Skip to content

Commit 75cb080

Browse files
[Import Maps] Mark some tests as slow
- The tests are probably just slow. - fallback-disallowed.sub.tentative.html is no longer flakily failing. Bug: 959372, 936279, 992615 Change-Id: I0fd8c49514156f3bb60bfad3431affc38318384d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762260 Reviewed-by: Domenic Denicola <[email protected]> Commit-Queue: Hiroshige Hayashizaki <[email protected]> Cr-Commit-Position: refs/heads/master@{#689280}
1 parent e6dc25e commit 75cb080

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

import-maps/data.sub.tentative.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!DOCTYPE html>
2+
<meta name="timeout" content="long">
23
<script src="/resources/testharness.js"></script>
34
<script src="/resources/testharnessreport.js"></script>
45
<script src="resources/test-helper.js"></script>

import-maps/fallback-disallowed.sub.tentative.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!DOCTYPE html>
2+
<meta name="timeout" content="long">
23
<script src="/resources/testharness.js"></script>
34
<script src="/resources/testharnessreport.js"></script>
45
<script src="resources/test-helper.js"></script>

import-maps/fallback.sub.tentative.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!DOCTYPE html>
2+
<meta name="timeout" content="long">
23
<script src="/resources/testharness.js"></script>
34
<script src="/resources/testharnessreport.js"></script>
45
<script src="resources/test-helper.js"></script>

0 commit comments

Comments
 (0)