build: enable forms tests on IE (#35971)

Enables running the `forms` unit tests against IE on Saucelabs. It seems like original failures have been resolved.

PR Close #35971
This commit is contained in:
crisbeto 2020-03-10 17:52:39 +01:00 committed by Andrew Kushnir
parent 772bb5e742
commit db74f2074b
1 changed files with 0 additions and 8 deletions

View File

@ -35,14 +35,6 @@ jasmine_node_test(
karma_web_test_suite(
name = "test_web",
tags = [
# FIXME: fix on saucelabs
# IE 11.0.0 (Windows 8.1.0.0) template-driven forms integration tests basic functionality should report properties which are written outside of template bindings FAILED
# InvalidStateError: InvalidStateError
# IE 10.0.0 (Windows 8.0.0) template-driven forms integration tests basic functionality should report properties which are written outside of template bindings FAILED
# InvalidStateError: InvalidStateError
"fixme-saucelabs-ivy",
],
deps = [
":test_lib",
],