File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1414 SOURCE_BUCKET ,
1515 INPUT_PREFIX ,
1616 ACK_BUCKET ,
17- environment
17+ # environment
1818)
1919from e2e_batch_base import TestE2EBatchBase
2020
2121
22- @unittest .skipIf (environment == "ref" , "if ref" )
22+ @unittest .skip ("Skip all tests" )
23+ # @unittest.skipIf(environment == "ref", "if ref")
2324class TestE2EBatchCreate (TestE2EBatchBase ):
2425
2526 def test_create_success (self ):
Original file line number Diff line number Diff line change 1111from constants import (
1212 SOURCE_BUCKET ,
1313 INPUT_PREFIX ,
14- environment
14+ # environment
1515)
1616from e2e_batch_base import TestE2EBatchBase
1717
1818
19- @unittest .skipIf (environment != "ref" , "if not ref" )
19+ @unittest .skip ("Skip all tests" )
20+ # @unittest.skipIf(environment != "ref", "if not ref")
2021class TestE2EBatchRef (TestE2EBatchBase ):
2122
2223 def test_end_to_end_speed_test_with_100000_rows (self ):
Original file line number Diff line number Diff line change 1919 PRE_VALIDATION_ERROR ,
2020 POST_VALIDATION_ERROR ,
2121 FILE_NAME_VAL_ERROR ,
22- environment
22+ # environment
2323)
2424from e2e_batch_base import TestE2EBatchBase
2525
2626
27- @unittest .skipIf (environment == "ref" , "if ref" )
27+ @unittest .skip ("Skip all tests" )
28+ # @unittest.skipIf(environment == "ref", "if ref")
2829class TestE2EBatchValidation (TestE2EBatchBase ):
2930
3031 def test_pre_validation_error (self ):
You can’t perform that action at this time.
0 commit comments