Skip to content

Commit 12503b4

Browse files
trflynn89linusg
authored andcommitted
Ignore the test/staging directory by default
This seems to contain tests not quite ready for test262 yet, so let's not run them.
1 parent 4ff9ee1 commit 12503b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ def main() -> None:
577577
)
578578
parser.add_argument(
579579
"--ignore",
580-
default="",
580+
default="test/staging/**/*.js",
581581
help="ignore any tests matching the glob",
582582
)
583583
parser.add_argument(

0 commit comments

Comments
 (0)