@@ -370,12 +370,13 @@ def test_tensorflow_dataservice_cpu(
370370
371371# Testing Data Service on only one GPU instance
372372# Skip test for TF 2.3 and below
373+ # skip temporily with this issue https://github.com/aws/deep-learning-containers/pull/4485
373374@pytest .mark .integration ("tensorflow-dataservice-test" )
374375@pytest .mark .model ("N/A" )
375376@pytest .mark .team ("frameworks" )
376377@pytest .mark .parametrize ("ec2_instance_type" , TF_EC2_GPU_INSTANCE_TYPE , indirect = True )
377378def test_tensorflow_dataservice_gpu (
378- tensorflow_training , ec2_connection , tf24_and_above_only , gpu_only , ec2_instance_type
379+ tensorflow_training , ec2_connection , tf24_and_above_only , gpu_only , ec2_instance_type , skip_tf218
379380):
380381 if test_utils .is_image_incompatible_with_instance_type (tensorflow_training , ec2_instance_type ):
381382 pytest .skip (
@@ -398,12 +399,13 @@ def test_tensorflow_distribute_dataservice_cpu(
398399
399400# Testing Data Service Distributed mode on only one GPU instance
400401# Skip test for TF 2.3 and below
402+ # skip temporily with this issue https://github.com/aws/deep-learning-containers/pull/4485
401403@pytest .mark .integration ("tensorflow-dataservice-distribute-test" )
402404@pytest .mark .model ("N/A" )
403405@pytest .mark .team ("frameworks" )
404406@pytest .mark .parametrize ("ec2_instance_type" , TF_EC2_GPU_INSTANCE_TYPE , indirect = True )
405407def test_tensorflow_distribute_dataservice_gpu (
406- tensorflow_training , ec2_connection , tf24_and_above_only , gpu_only , ec2_instance_type
408+ tensorflow_training , ec2_connection , tf24_and_above_only , gpu_only , ec2_instance_type , skip_tf218
407409):
408410 if test_utils .is_image_incompatible_with_instance_type (tensorflow_training , ec2_instance_type ):
409411 pytest .skip (
0 commit comments