test: temporarily disable php test
This commit is contained in:
parent
3a42c27061
commit
67a043911c
1 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue