diff --git a/tests/test_backends.py b/tests/test_backends.py index 3c8670d0..0b93b43e 100644 --- a/tests/test_backends.py +++ b/tests/test_backends.py @@ -16,7 +16,7 @@ def reset_backend(): @pytest.mark.slow @pytest.mark.no_cover -@pytest.mark.parametrize("backend", ["jax", "pytorch", "tensorflow"]) +@pytest.mark.parametrize("backend", ["jax", "pytorch"]) # skip TF temporarily def test_backend_integration(backend, reset_backend): """Integration test for the inference pipeline that can be run with all ``pyhf`` backends to ensure they work. ``typeguard`` will catch type issues at runtime.