From e6df49f58759d6609650b82ce4a907d82ee10881 Mon Sep 17 00:00:00 2001 From: Alan King Date: Thu, 8 Feb 2024 14:49:19 -0500 Subject: [PATCH] [#7491] Skip test_exception_in_delay_server This test fails for debug builds for some reason. We need to get this fixed so that we can run the test again. --- scripts/irods/test/test_delay_queue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/irods/test/test_delay_queue.py b/scripts/irods/test/test_delay_queue.py index f5e87c29f5..0d14bd3b57 100644 --- a/scripts/irods/test/test_delay_queue.py +++ b/scripts/irods/test/test_delay_queue.py @@ -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):