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:
parent
772bb5e742
commit
db74f2074b
|
@ -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",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue