diff --git a/test/ng/directive/inputSpec.js b/test/ng/directive/inputSpec.js
index 3ed03c12..275324f5 100644
--- a/test/ng/directive/inputSpec.js
+++ b/test/ng/directive/inputSpec.js
@@ -958,14 +958,6 @@ describe('input', function() {
});
- xit('should require at least one item', function() {
- compileInput('');
-
- changeInputValueTo(' , ');
- expect(inputElm).toBeInvalid();
- });
-
-
it('should convert empty string to an empty array', function() {
compileInput('');