Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
Relates to pantsbuild#7199
  • Loading branch information
illicitonion committed Feb 4, 2019
1 parent 9400024 commit 19f5cd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def test_dumps_logs_on_terminate(self):
self._assert_graceful_signal_log_matches(
waiter_run.pid, signal.SIGTERM, read_file(shared_log_file, binary_mode=False))

@unittest.skip('Hangs a lot: https://github.com/pantsbuild/pants/issues/7199')
def test_dumps_traceback_on_sigabrt(self):
# SIGABRT sends a traceback to the log file for the current process thanks to
# faulthandler.enable().
Expand Down

0 comments on commit 19f5cd3

Please sign in to comment.