Skip to content

Commit 3af338e

Browse files
authored
chore: make deprecation_warnings_no_repeat as flaky (#30491)
1 parent 51f2bf6 commit 3af338e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"tempDir": true,
3-
"steps": [
4-
{
5-
"args": "run --node-modules-dir=auto main.ts",
6-
"output": "warn.out"
7-
}
8-
]
3+
"flaky": true,
4+
"args": "run --node-modules-dir=auto main.ts",
5+
"output": "warn.out"
96
}

0 commit comments

Comments
 (0)