Skip to content

Commit

Permalink
Skip EngineTest#test_trace_multi. (#6899)
Browse files Browse the repository at this point in the history
The test is known to be inherently flakey as descrbed in #6829.
  • Loading branch information
jsirois authored Dec 11, 2018
1 parent 703bcb2 commit b79a4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/pants_test/engine/test_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def fork_context_body():
res = self.mk_scheduler().with_fork_context(fork_context_body)
self.assertEquals(res, expected)

@unittest.skip('Inherently flaky as described in https://github.com/pantsbuild/pants/issues/6829')
def test_trace_multi(self):
# Tests that when multiple distinct failures occur, they are each rendered.
rules = [
Expand Down

0 comments on commit b79a4aa

Please sign in to comment.