Skip to content

Commit 25cda02

Browse files
committed
revert python tests
1 parent 0beb3ee commit 25cda02

13 files changed

+13
-0
lines changed

tests/python/tests/job_workers/test_complex_scenario_job.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from python.lib.testcase import WebServerAutoTestCase
88

99

10+
@pytest.mark.k2_skip_suite
1011
class TestComplexScenarioJob(WebServerAutoTestCase):
1112
@classmethod
1213
def extra_class_setup(cls):

tests/python/tests/job_workers/test_cpu_job.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from python.lib.testcase import WebServerAutoTestCase
66

77

8+
@pytest.mark.k2_skip_suite
89
class TestCpuJob(WebServerAutoTestCase):
910
@classmethod
1011
def extra_class_setup(cls):

tests/python/tests/job_workers/test_job_errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from python.lib.testcase import WebServerAutoTestCase
55

66

7+
@pytest.mark.k2_skip_suite
78
class TestJobErrors(WebServerAutoTestCase):
89
JOB_MEMORY_LIMIT_ERROR = -101
910
JOB_TIMEOUT_ERROR = -102

tests/python/tests/job_workers/test_job_graceful_termination.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from python.lib.testcase import WebServerAutoTestCase
44

55

6+
@pytest.mark.k2_skip_suite
67
class TestJobGracefulTermination(WebServerAutoTestCase):
78
@classmethod
89
def extra_class_setup(cls):

tests/python/tests/job_workers/test_job_inside_job.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from python.lib.testcase import WebServerAutoTestCase
66

77

8+
@pytest.mark.k2_skip_suite
89
class TestJobInsideJob(WebServerAutoTestCase):
910
WORKERS_NUM = 12
1011
JOB_WORKERS_RATIO = 0.5

tests/python/tests/job_workers/test_job_no_reply.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from python.lib.testcase import WebServerAutoTestCase
33

44

5+
@pytest.mark.k2_skip_suite
56
class TestJobNoReply(WebServerAutoTestCase):
67
@classmethod
78
def extra_class_setup(cls):

tests/python/tests/job_workers/test_job_resumable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from python.lib.testcase import WebServerAutoTestCase
33

44

5+
@pytest.mark.k2_skip_suite
56
class TestJobResumable(WebServerAutoTestCase):
67
@classmethod
78
def extra_class_setup(cls):

tests/python/tests/job_workers/test_job_shared_immutable_message.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from python.lib.testcase import WebServerAutoTestCase
33

44

5+
@pytest.mark.k2_skip_suite
56
class TestJobSharedImmutableMessage(WebServerAutoTestCase):
67
JOB_PHP_ASSERT_ERROR = -105
78

tests/python/tests/job_workers/test_job_shared_messages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from python.lib.testcase import WebServerAutoTestCase
33

44

5+
@pytest.mark.k2_skip_suite
56
class TestJobSharedMessages(WebServerAutoTestCase):
67
DEFAULT_DISTRIBUTION_STR = " \n 2 ,2, 2,\t 2, 1,\n 1, \n1,1 ,1 , 1 \n"
78

tests/python/tests/job_workers/test_job_with_mc_requests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from python.lib.testcase import WebServerAutoTestCase
66

77

8+
@pytest.mark.k2_skip_suite
89
class TestJobWithRpcRequests(WebServerAutoTestCase):
910
@classmethod
1011
def extra_class_setup(cls):

0 commit comments

Comments
 (0)