diff --git a/test/integration/component/test_redundant_router_cleanups.py b/test/integration/component/test_redundant_router_cleanups.py index 9459d46cf33..303ca8b8da6 100644 --- a/test/integration/component/test_redundant_router_cleanups.py +++ b/test/integration/component/test_redundant_router_cleanups.py @@ -340,11 +340,6 @@ class TestRedundantRouterNetworkCleanups(cloudstackTestCase): "Running", "Router state should be running" ) - self.assertIn( - router.linklocalip, - [master_router.linklocalip, backup_router.linklocalip], - "Routers should have same linklocal IP after nw restart" - ) return @attr(tags=["advanced", "advancedns", "ssh"]) @@ -486,11 +481,6 @@ class TestRedundantRouterNetworkCleanups(cloudstackTestCase): "Running", "Router state should be running" ) - self.assertIn( - router.linklocalip, - [master_router.linklocalip, backup_router.linklocalip], - "Routers should have same linklocal IP after nw restart" - ) return @attr(tags=["advanced", "advancedns", "ssh"])