Skip to content

Commit 19b51ca

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 8c08b43 commit 19b51ca

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
@@ -958,14 +958,6 @@ describe('input', function() {
958958
});
959959

960960

961-
xit('should require at least one item', function() {
962-
compileInput('<input type="text" ng-model="list" ng-list required />');
963-
964-
changeInputValueTo(' , ');
965-
expect(inputElm).toBeInvalid();
966-
});
967-
968-
969961
it('should convert empty string to an empty array', function() {
970962
compileInput('<input type="text" ng-model="list" ng-list />');
971963

0 commit comments

Comments
 (0)