From a6a7e1bb99fdb97b785c717e5759ac44706439e0 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Fri, 24 Apr 2020 19:44:30 +0200 Subject: [PATCH] build: enable platform-browser tests on Saucelabs (#36797) Enables some passing `platform-browser` tests on Saucelabs. The reason they were disabled was an error log which doesn't actually fail the test run and has been there for a long time. PR Close #36797 --- packages/platform-browser/test/BUILD.bazel | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/platform-browser/test/BUILD.bazel b/packages/platform-browser/test/BUILD.bazel index 0f518dcf68..901e3f6c94 100644 --- a/packages/platform-browser/test/BUILD.bazel +++ b/packages/platform-browser/test/BUILD.bazel @@ -53,17 +53,6 @@ karma_web_test_suite( static_files = [ ":static_assets/test.html", ], - 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 - # ``` - # Chrome 73.0.3683 (Windows 7.0.0) public testing API using the test injector with modules components with template url should allow to createSync components with templateUrl after explicit async compilation FAILED - # Error: Component 'CompWithUrlTemplate' is not resolved: - # IE 10.0.0 (Windows 8.0.0) ERROR: 'Unhandled Promise rejection:', 'Failed to load ./sometemplate.html', '; Zone:', 'ProxyZone', '; Task:', 'Promise.then', '; Value:', 'Failed to load ./sometemplate.html', undefined - # Chrome Mobile 74.0.3729 (Android 0.0.0) ERROR: 'Unhandled Promise rejection:', 'Failed to load ./sometemplate.html', '; Zone:', 'ProxyZone', '; Task:', 'Promise.then', '; Value:', 'Failed to load ./sometemplate.html', undefined - # ``` - "fixme-saucelabs-ivy", - ], deps = [ ":test_lib", ],