Skip to content

Commit

Permalink
xfail the test for the freeze.
Browse files Browse the repository at this point in the history
Got permission from Marius in exchange for pledge to fix it before the release.
  • Loading branch information
jmchilton committed Nov 18, 2024
1 parent 8063632 commit be11412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/test_pulsar_embedded_mq.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def setUp(self) -> None:
def handle_galaxy_config_kwds(cls, config):
_handle_galaxy_config_kwds(cls, config)

@pytest.mark.xfail(reason="broken with https://github.com/galaxyproject/galaxy/pull/16975, @jmchilton must fix prior to full release 25.0")
def test_purge_while_job_running(self):
purge_while_job_running(self.dataset_populator)

Expand Down

0 comments on commit be11412

Please sign in to comment.