Skip to content

Commit

Permalink
Add a staging_required marker that apparently wasn't breaking things …
Browse files Browse the repository at this point in the history
…always in k8s
  • Loading branch information
benclifford committed Jun 10, 2024
1 parent f4a7300 commit ffdb021
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parsl/tests/test_docs/test_from_slides.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import os

import pytest

from parsl.app.app import bash_app, python_app
from parsl.data_provider.files import File

Expand All @@ -15,6 +17,7 @@ def cat(inputs=[]):
return f.readlines()


@pytest.mark.staging_required
def test_slides():
"""Testing code snippet from slides """

Expand Down

0 comments on commit ffdb021

Please sign in to comment.