Skip to content

Commit

Permalink
Disable flaky test for further investigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Aug 10, 2020
1 parent 8fe66dc commit 647cceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/agent_streaming/test_infinite_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def test_agent_shutdown():
assert not rpc.channel


@pytest.mark.xfail(reason="This test is flaky", strict=False)
def test_no_delay_on_ok(mock_grpc_server, monkeypatch, app):
wait_event = threading.Event()
connect_event = threading.Event()
Expand Down

0 comments on commit 647cceb

Please sign in to comment.