test: disable broken saucelabs tests with “fixme-saucelabs-ivy” & “fixme-saucelabs-ve” tags (#35516)

PR Close #35516
This commit is contained in:
Greg Magolan
2020-02-18 08:46:32 -08:00
committed by Miško Hevery
parent f89d9f384e
commit 3887be464b
7 changed files with 78 additions and 3 deletions

View File

@ -33,6 +33,14 @@ jasmine_node_test(
karma_web_test_suite(
name = "test_web",
tags = [
# FIXME: fix on saucelabs
# ERROR: 'There is no timestamp for @angular/service-worker/worker/src/db-cache.js!'
# ERROR: 'There is no timestamp for @angular/service-worker/worker/src/driver.js!'
# ERROR: 'There is no timestamp for @angular/service-worker/worker/src/sha1.js!'
"fixme-saucelabs-ivy",
"fixme-saucelabs-ve",
],
deps = [
":test_lib",
],