Skip to content

Commit 1031900

Browse files
Darunya BCDarunya BC
authored andcommitted
chore: unskipped files
1 parent 1385d69 commit 1031900

28 files changed

+10
-44
lines changed

test/integration/test_caching_api_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
class TestCachingApiV1(unittest.TestCase):
2323
""" Test class to call Caching API functions """
2424

25-
@unittest.skip("skipping")
26-
2725
def setUp(self):
2826
if not os.path.exists(configFile):
2927
raise unittest.SkipTest(

test/integration/test_cis_ip_api_v1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020

2121
class TestCisIpApiV1 (unittest.TestCase):
22-
@unittest.skip("skipping")
2322

2423
def setUp(self):
2524
""" test case setup """

test/integration/test_custom_pages_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
class TestCustomPagesV1(unittest.TestCase):
2323
""" Custom Pages test class """
2424

25-
@unittest.skip("skipping")
26-
2725
def setUp(self):
2826
if not os.path.exists(configFile):
2927
raise unittest.SkipTest(

test/integration/test_dns_svcs_v1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
class TestDNSSvcsV1(unittest.TestCase):
2121
"""The DNS V1 service test class."""
2222

23+
@unittest.skip("skipping failing test")
24+
2325
def setUp(self):
2426
""" test case setup """
2527
if not os.path.exists(configFile):

test/integration/test_filters_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
class TestFiltersV1(unittest.TestCase):
2222
""" Test class to call dns record sdk functions """
23-
24-
@unittest.skip("skipping failing test")
2523

2624
def setUp(self):
2725
""" test case setup """

test/integration/test_firewall_access_rules_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
class TestFirewallAccessRules(unittest.TestCase):
2323
""" Test class to call Firewall Access Rules API functions """
2424

25-
@unittest.skip("skipping")
26-
2725
def setUp(self):
2826
if not os.path.exists(configFile):
2927
raise unittest.SkipTest(

test/integration/test_firewall_api_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
class TestFirewallApiV1(unittest.TestCase):
2323
""" Test class to call Firewall API functions """
2424

25-
@unittest.skip("skipping")
26-
2725
def setUp(self):
2826
""" test case setup """
2927
if not os.path.exists(configFile):

test/integration/test_global_load_balancer_events_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
class TestGlobalLoadBalancerEventsV1 (unittest.TestCase):
23-
@unittest.skip("skipping")
23+
2424
def setUp(self):
2525
""" test case setup """
2626
if not os.path.exists(configFile):

test/integration/test_global_load_balancer_monitor_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
class TestGlobalLoadBalancerMonitorV1 (unittest.TestCase):
23-
@unittest.skip("skipping")
23+
2424
def setUp(self):
2525
""" test case setup """
2626
if not os.path.exists(configFile):

test/integration/test_global_load_balancer_pools_v0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
class TestGlobalLoadBalancerPoolsV0 (unittest.TestCase):
24-
@unittest.skip("skipping")
24+
2525
def setUp(self):
2626
""" test case setup """
2727
if not os.path.exists(configFile):

0 commit comments

Comments
 (0)