Skip to content

Commit

Permalink
Skip unit test test_daemon_start_number temporarily. (#3883)
Browse files Browse the repository at this point in the history
This unit test currently fails non-deterministically.
  • Loading branch information
csadorf authored Apr 1, 2020
1 parent 5e226e7 commit 035a9da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cmdline/commands/test_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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."""

Expand Down

0 comments on commit 035a9da

Please sign in to comment.