File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,8 @@ def test_1_pdns_zone_negative(self):
187
187
class TestResourceRecordsV1 (unittest .TestCase ):
188
188
"""The Resourse records V1 service test class."""
189
189
190
+ @unittest .skip ("skipping" )
191
+
190
192
def setUp (self ):
191
193
""" test case setup """
192
194
if not os .path .exists (configFile ):
@@ -702,6 +704,8 @@ def test_1_resource_records_negative(self):
702
704
class TestPermittedNetworksForDnsZonesV1 (unittest .TestCase ):
703
705
"""The Permitted Networks for DNS V1 service test class."""
704
706
707
+ @unittest .skip ("skipping" )
708
+
705
709
def setUp (self ):
706
710
""" test case setup """
707
711
if not os .path .exists (configFile ):
@@ -825,6 +829,8 @@ def test_1_permitted_network_negative(self):
825
829
class TestGlobalLoadBalancersV1 (unittest .TestCase ):
826
830
827
831
"""The Global Load Balancers for DNS V1 service test class."""
832
+
833
+ @unittest .skip ("skipping" )
828
834
829
835
def setUp (self ):
830
836
""" test case setup """
@@ -1087,6 +1093,8 @@ def test_2_list_dns_globalloadbalancers(self):
1087
1093
class TestCustomResolversV1 (unittest .TestCase ):
1088
1094
"""Custom Resolvers for DNS V1 service test class."""
1089
1095
1096
+ @unittest .skip ("skipping" )
1097
+
1090
1098
def setUp (self ):
1091
1099
""" test case setup """
1092
1100
You can’t perform that action at this time.
0 commit comments