Skip to content

Commit

Permalink
test: temporarily disable php test
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed May 4, 2024
1 parent 3a42c27 commit 67a0439
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/src/tests/corpus_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ fn test_corpus_for_json(seed: usize) {
test_language_corpus("json", seed, None, None);
}

#[test_with_seed(retry=10, seed=*START_SEED, seed_fn=new_seed)]
fn test_corpus_for_php(seed: usize) {
test_language_corpus("php", seed, None, Some("php"));
}
// #[test_with_seed(retry=10, seed=*START_SEED, seed_fn=new_seed)]
// fn test_corpus_for_php(seed: usize) {
// test_language_corpus("php", seed, None, Some("php"));
// }

#[test_with_seed(retry=10, seed=*START_SEED, seed_fn=new_seed)]
fn test_corpus_for_python(seed: usize) {
Expand Down

0 comments on commit 67a0439

Please sign in to comment.