Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0321676

Browse files
committed
test(ngList): remove disabled test
this test fails and we don't have intentions on making it pass since we never made a commitment to implement this feature.
1 parent de4b048 commit 0321676

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/ng/directive/inputSpec.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -990,14 +990,6 @@ describe('input', function() {
990990
});
991991

992992

993-
xit('should require at least one item', function() {
994-
compileInput('<input type="text" ng-model="list" ng-list required />');
995-
996-
changeInputValueTo(' , ');
997-
expect(inputElm).toBeInvalid();
998-
});
999-
1000-
1001993
it('should convert empty string to an empty array', function() {
1002994
compileInput('<input type="text" ng-model="list" ng-list />');
1003995

0 commit comments

Comments
 (0)