From 67a043911c07ae91b5917e319a0483c8cdfbb5d4 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 4 May 2024 03:05:39 -0400 Subject: [PATCH] test: temporarily disable php test --- cli/src/tests/corpus_test.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/src/tests/corpus_test.rs b/cli/src/tests/corpus_test.rs index 4d88deff..10b1276f 100644 --- a/cli/src/tests/corpus_test.rs +++ b/cli/src/tests/corpus_test.rs @@ -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) {