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(
|
karma_web_test_suite(
|
||||||
name = "test_web",
|
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 = [
|
deps = [
|
||||||
":test_lib",
|
":test_lib",
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user