Skip to content

Commit

Permalink
Skip more flaky tests in TestPantsDaemonIntegration. (#7575)
Browse files Browse the repository at this point in the history
Tracked by: #7572 and #7573.
  • Loading branch information
jsirois authored Apr 16, 2019
1 parent a3f3b0a commit 28114db
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 28114db

Please sign in to comment.