Skip to content

Commit

Permalink
Unmute test_if_overlay_ok
Browse files Browse the repository at this point in the history
  • Loading branch information
cprovencher committed Sep 20, 2019
1 parent 7dde10d commit 8be5608
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/dcos-integration-test/extra/test_networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,6 @@ def vip_workload_test(dcos_api_session, container, vip_net, proxy_net, ipv6,
return (vip, hosts, cmd, origin_app, proxy_app, pm_app)


@pytest.mark.xfailflake(
jira='DCOS-53552',
reason='flaky because of outdated docker version in the universal installer',
since='2019-07-11'
)
@retrying.retry(wait_fixed=2000,
stop_max_delay=120 * 1000,
retry_on_exception=lambda x: True)
Expand Down

0 comments on commit 8be5608

Please sign in to comment.