Skip to content

Commit c253eee

Browse files
dmitrii-zagornyiGitHub Enterprise
authored andcommitted
Disabled mkl_set_mpi tests
Until mkl package with fix for mkl_set_mpi not ready
1 parent aa5d7de commit c253eee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mkl-service/tests/test_mkl_service.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,17 +237,17 @@ def test_verbose_false(self):
237237
def test_verbose_true(self):
238238
mkl.verbose(True)
239239

240-
def test_set_mpi_custom(self):
241-
mkl.set_mpi('custom', 'custom_library_name')
240+
# def test_set_mpi_custom(self):
241+
# mkl.set_mpi('custom', 'custom_library_name')
242242

243243
# def test_set_mpi_msmpi(self):
244-
# mkl.set_mpi('msmpi')
244+
# mkl.set_mpi('msmpi')
245245

246-
def test_set_mpi_intelmpi(self):
247-
mkl.set_mpi('intelmpi')
246+
# def test_set_mpi_intelmpi(self):
247+
# mkl.set_mpi('intelmpi')
248248

249-
def test_set_mpi_mpich2(self):
250-
mkl.set_mpi('mpich2')
249+
# def test_set_mpi_mpich2(self):
250+
# mkl.set_mpi('mpich2')
251251

252252

253253
class test_vm_service_functions():

0 commit comments

Comments
 (0)