Skip to content

Commit

Permalink
Skip flaky test (#7209)
Browse files Browse the repository at this point in the history
Relates to #7199
  • Loading branch information
illicitonion committed Feb 5, 2019
1 parent f0bb0da commit f73f112
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 f73f112

Please sign in to comment.