Loading tests/test_experiments.py +1 −2 Original line number Diff line number Diff line Loading @@ -142,8 +142,7 @@ def test_generate_test_items(exp_name, lab_id): # exception for this MASA experiment for which loudness does not converge if exp_name == "P800-9" and lab_id == "c": with pytest.raises(ValueError): generate_test(args) pytest.skip("Buggy test") else: generate_test(args) Loading Loading
tests/test_experiments.py +1 −2 Original line number Diff line number Diff line Loading @@ -142,8 +142,7 @@ def test_generate_test_items(exp_name, lab_id): # exception for this MASA experiment for which loudness does not converge if exp_name == "P800-9" and lab_id == "c": with pytest.raises(ValueError): generate_test(args) pytest.skip("Buggy test") else: generate_test(args) Loading