Commit d1d713e
Suppress source map errors
If a test causes an error page, the test will be retried.
DevTools tries to request a source map on the error page,
thus, failing the entire test run due to source map loading errors
even if the test retry was successful.
This CL adds the network resource loading errors related to
source maps to the global allow list.
Bug: none
Change-Id: I5678d9e2d73a8b2a0f916a4351a84a12e537b743
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5961817
Reviewed-by: Simon Zünd <[email protected]>
Commit-Queue: Alex Rudenko <[email protected]>1 parent 465796b commit d1d713e
2 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 43 | | |
49 | 44 | | |
50 | 45 | | |
| |||
0 commit comments