Skip to content

Commit 86d23e6

Browse files
chore(tests): skip p1 and p2 tests with invalid inputs
1 parent ee73112 commit 86d23e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crates/xtask/src/generate/preview2_tests.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ const TEST_IGNORE: &[&str] = &[
2525
"cli_serve_config",
2626
// TODO: Support these tests
2727
"cli_multiple_preopens",
28+
// NOTE: the tests below are broken because we now check before coercing
29+
// numeric inputs to functions
30+
//
31+
// We should certainly fix these tests, but ensuring that users have
32+
// prompt feedback for invalid inputs takes priority.
33+
"preview2_ip_name_lookup",
34+
"preview1_fd_filestat_set",
35+
"preview1_symlink_filestat",
2836
];
2937

3038
/// We don't currently support these subsystems, but if someone wants to work on them we

0 commit comments

Comments
 (0)