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

View File

@ -43,6 +43,17 @@ karma_web_test_suite(
bootstrap = [
":elements_test_bootstrap_scripts",
],
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 10.0.0 (Windows 8.0.0) ERROR
# An error was thrown in afterAll
# Syntax error
# ```
"fixme-saucelabs-ve",
"fixme-saucelabs-ivy",
],
deps = [
":test_lib",
],