Skip to content

Commit

Permalink
add loadgroup to test_shutdown_on_sigterm
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Feb 6, 2025
1 parent 86fc806 commit f2c999e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/func/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def test_query_cli(cloud_test_catalog_tmpfile, tmp_path, catalog_info_filepath,
SIGKILL = signal.SIGKILL


@pytest.mark.xdist_group(name="tmpfile")
@pytest.mark.skipif(sys.platform == "win32", reason="Windows does not have SIGTERM")
@pytest.mark.parametrize(
"setup,expected_return_code",
Expand Down

0 comments on commit f2c999e

Please sign in to comment.