Skip to content

Commit

Permalink
Muting flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrews committed Sep 20, 2019
1 parent 7dde10d commit 617708b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dcos-integration-test/extra/test_adminrouter_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ class TestStateCacheUpdate:
Tests for Admin Router correctly updating its Mesos/Marathon state cache.
"""

@pytest.mark.xfailflake(
jira='DCOS-58518',
reason='failing in master',
since='2019-09-20'
)
def test_invalid_dcos_service_port_index(self, dcos_api_session):
"""
An invalid `DCOS_SERVICE_PORT_INDEX` will not impact the cache refresh.
Expand Down

0 comments on commit 617708b

Please sign in to comment.