Skip to content

Commit

Permalink
run the integration test serially
Browse files Browse the repository at this point in the history
Signed-off-by: redartera <120470035+redartera@users.noreply.github.com>
  • Loading branch information
redartera committed Aug 2, 2024
1 parent d0419db commit 618c067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/flytekit/integration/remote/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,8 @@ def test_execute_workflow_with_maptask(register):
)
assert execution.outputs["o0"] == [4, 5, 6]

@pytest.mark.parametrize("gigabytes", [2, 3, 4])
@pytest.mark.serial
@pytest.mark.parametrize("gigabytes", [2, 3])
def test_can_register_with_large_file(gigabytes):
with tempfile.TemporaryDirectory(dir=MODULE_PATH) as tempdir:
file_path = pathlib.Path(tempdir) / "large_file"
Expand Down

0 comments on commit 618c067

Please sign in to comment.