diff --git a/test/unit/data.js b/test/unit/data.js
index 64cd04e90..2eb48e742 100644
--- a/test/unit/data.js
+++ b/test/unit/data.js
@@ -144,42 +144,36 @@ test("jQuery.data(document)", 25, function() {
QUnit.expectJqData(document, "foo");
});
-
-/*
-// Since the new data system does not rely on expandos, limiting the type of
-// nodes that can have data is no longer necessary. jQuery.acceptData is now irrelevant
-// and should eventually be removed from the library.
-
-test("Data is not being set on comment and text nodes", function() {
- expect(2);
-
- ok( !jQuery.hasData( jQuery("").data("foo", 0) ) );
- ok( !jQuery.hasData( jQuery("text").contents().data("foo", 0) ) );
-
+test("jQuery.data(