test: disable failing saucelabs tests (#36620)

PR Close #36620
This commit is contained in:
Greg Magolan
2020-04-14 07:24:17 -07:00
committed by atscott
parent 29122c518b
commit d50cb30443
4 changed files with 46 additions and 0 deletions
+9
View File
@@ -35,6 +35,15 @@ jasmine_node_test(
karma_web_test_suite(
name = "test_web",
tags = [
# disabled on 2020-04-14 due to failure on saucelabs monitor job
# https://app.circleci.com/pipelines/github/angular/angular/13320/workflows/9ca3527a-d448-4a64-880a-fb4de9d1fece/jobs/680645
# ```
# 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
# ```
"fixme-saucelabs-ivy",
],
deps = [
":test_lib",
],