diff --git a/tests/test_examples.py b/tests/test_examples.py index 337edd8f8a1..efb5e7bbc3a 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -285,9 +285,3 @@ def test_pippy_examples_bert(self): def test_pippy_examples_gpt2(self): testargs = ["examples/inference/pippy/gpt2.py"] run_command(self.launch_args + testargs) - - @require_pippy - @require_multi_gpu - def test_pippy_examples_t5(self): - testargs = ["examples/inference/pippy/t5.py"] - run_command(self.launch_args + testargs)