diff --git a/tests/cmdline/commands/test_daemon.py b/tests/cmdline/commands/test_daemon.py index 034cc7e1b6..3a9cda21a2 100644 --- a/tests/cmdline/commands/test_daemon.py +++ b/tests/cmdline/commands/test_daemon.py @@ -10,6 +10,7 @@ """Tests for `verdi daemon`.""" from click.testing import CliRunner +import pytest from aiida.backends.testbase import AiidaTestCase from aiida.cmdline.commands import cmd_daemon @@ -42,6 +43,7 @@ def test_daemon_start(self): finally: self.daemon_client.stop_daemon(wait=True) + @pytest.mark.skip(reason='Test fails non-deterministically; see issue #3051.') def test_daemon_start_number(self): """Test `verdi daemon start` with a specific number of workers."""