Skip to content

Commit

Permalink
Merge dcos#6288
Browse files Browse the repository at this point in the history
  • Loading branch information
d2iq-mergebot committed Sep 24, 2019
2 parents 2fbcb8b + 5cdb35a commit 4267922
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='TestStateCacheUpdate.test_invalid_dcos_service_port_index test is flaky',
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 4267922

Please sign in to comment.