Skip to content

Commit

Permalink
[irods#7491] Skip test_exception_in_delay_server
Browse files Browse the repository at this point in the history
This test fails for debug builds for some reason. We need to get this
fixed so that we can run the test again.
  • Loading branch information
alanking committed Feb 13, 2024
1 parent afb251e commit c70935d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/irods/test/test_delay_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ def test_sigpipe_in_delay_server(self):
self.admin.run_icommand(['iqdel', '-a'])
irodsctl.reload_configuration()

@unittest.skip('Skip until #7491 is resolved.')
@unittest.skipIf(plugin_name == 'irods_rule_engine_plugin-python', 'Delete this line on resolution of #4094')
@unittest.skipIf(test.settings.TOPOLOGY_FROM_RESOURCE_SERVER, 'odbc.ini file does not exist on Catalog Service Consumer')
def test_exception_in_delay_server(self):
Expand Down

0 comments on commit c70935d

Please sign in to comment.