Skip to content

Commit 75156e7

Browse files
saravsakSK
andauthored
Added skip marker (#325)
Co-authored-by: SK <saravsak@amazon.com>
1 parent a870baf commit 75156e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/test_training.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def test_train_horovod(run_module, single_machine_training_env):
9999
runner=runner.MPIRunnerType)
100100

101101

102+
@pytest.mark.skip_on_pipeline
102103
@pytest.mark.skipif(sys.version_info.major != 3,
103104
reason="Skip this for python 2 because of dict key order mismatch")
104105
@patch('tensorflow.train.ClusterSpec')
@@ -129,6 +130,7 @@ def test_train_distributed_master(run, tf_server, cluster_spec, distributed_trai
129130
{'TF_CONFIG': tf_config})
130131

131132

133+
@pytest.mark.skip_on_pipeline
132134
@pytest.mark.skipif(sys.version_info.major != 3,
133135
reason="Skip this for python 2 because of dict key order mismatch")
134136
@patch('tensorflow.train.ClusterSpec')

0 commit comments

Comments
 (0)