Skip to content

Commit

Permalink
test: enable command run tests for PBS (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
CanmingCobble authored and rb-determined-ai committed Nov 2, 2023
1 parent 3827000 commit 6d7e04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_tests/tests/command/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_exit_code_reporting() -> None:
@pytest.mark.slow
@pytest.mark.e2e_cpu
@pytest.mark.e2e_slurm
# @pytest.mark.e2e_pbs
@pytest.mark.e2e_pbs
def test_basic_workflows(tmp_path: Path) -> None:
with FileTree(tmp_path, {"hello.py": "print('hello world')"}) as tree:
_run_and_verify_exit_code_zero(
Expand Down Expand Up @@ -284,7 +284,7 @@ def test_singleton_command() -> None:
@pytest.mark.slow
@pytest.mark.e2e_cpu
@pytest.mark.e2e_slurm
# @pytest.mark.e2e_pbs
@pytest.mark.e2e_pbs
def test_environment_variables_command() -> None:
_run_and_verify_exit_code_zero(
[
Expand Down

0 comments on commit 6d7e04a

Please sign in to comment.