@@ -58,8 +58,8 @@ def verify_spark_job_sql(self):
5858 ("STANDARD" , ["w-0" ], GPU_T4 ))
5959 def test_spark_rapids (self , configuration , machine_suffixes , accelerator ):
6060
61- if self .getImageOs () == "rocky" :
62- self .skipTest ("Not supported for Rocky OS" )
61+ # if self.getImageOs() == "rocky":
62+ # self.skipTest("Not supported for Rocky OS")
6363
6464 if self .getImageVersion () <= pkg_resources .parse_version ("2.0" ):
6565 self .skipTest ("Not supported in 2.0 and earlier images" )
@@ -88,8 +88,8 @@ def test_spark_rapids(self, configuration, machine_suffixes, accelerator):
8888 ("STANDARD" , ["w-0" ], GPU_T4 ))
8989 def test_spark_rapids_sql (self , configuration , machine_suffixes , accelerator ):
9090
91- if self .getImageOs () == "rocky" :
92- self .skipTest ("Not supported for Rocky OS" )
91+ # if self.getImageOs() == "rocky":
92+ # self.skipTest("Not supported for Rocky OS")
9393
9494 if self .getImageVersion () <= pkg_resources .parse_version ("2.0" ):
9595 self .skipTest ("Not supported in 2.0 and earlier images" )
@@ -118,8 +118,8 @@ def test_spark_rapids_sql(self, configuration, machine_suffixes, accelerator):
118118 def test_non_default_cuda_versions (self , configuration , machine_suffixes ,
119119 accelerator , cuda_version , driver_version ):
120120
121- if self .getImageOs () == "rocky" :
122- self .skipTest ("Not supported for Rocky OS" )
121+ # if self.getImageOs() == "rocky":
122+ # self.skipTest("Not supported for Rocky OS")
123123
124124 if self .getImageVersion () <= pkg_resources .parse_version ("2.0" ):
125125 self .skipTest ("Not supported in 2.0 and earlier images" )
0 commit comments