Skip to content

Commit

Permalink
Skip more flaky tests in TestPantsDaemonIntegration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Apr 15, 2019
1 parent 48bd49f commit 088661b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/pants_test/pantsd/test_pantsd_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_pantsd_compile(self):
pantsd_run(['compile', 'examples/src/scala/org/pantsbuild/example/hello/welcome'])
checker.assert_started()

@unittest.skip('Flaky as described in: https://github.com/pantsbuild/pants/issues/7573')
def test_pantsd_run(self):
extra_config = {
'GLOBAL': {
Expand Down Expand Up @@ -513,6 +514,7 @@ def test_pantsd_sigterm(self):
$"""
])

@unittest.skip('Flaky as described in: https://github.com/pantsbuild/pants/issues/7572')
def test_pantsd_sigquit(self):
self._assert_pantsd_keyboardinterrupt_signal(
signal.SIGQUIT,
Expand Down

0 comments on commit 088661b

Please sign in to comment.