Merge "Revert "Skip octavia tests with compute when using fixed networks"" into mcp/victoria
diff --git a/octavia_tempest_plugin/tests/test_base.py b/octavia_tempest_plugin/tests/test_base.py
index 648b08e..f8c9836 100644
--- a/octavia_tempest_plugin/tests/test_base.py
+++ b/octavia_tempest_plugin/tests/test_base.py
@@ -543,17 +543,6 @@
 
 
 class LoadBalancerBaseTestWithCompute(LoadBalancerBaseTest):
-
-    @classmethod
-    def skip_checks(cls):
-        """Check if we should skip all of the children tests."""
-        super(LoadBalancerBaseTest, cls).skip_checks()
-
-        # TODO(vsaienko): Implement tests for fixed network.
-        if not CONF.auth.create_isolated_networks:
-            msg = ('Skip tests as they require dynamic networks.')
-            raise cls.skipException(msg)
-
     @classmethod
     def resource_setup(cls):
         super(LoadBalancerBaseTestWithCompute, cls).resource_setup()