Skip to content

Commit

Permalink
try to skip only gpu spmd tests (#2210)
Browse files Browse the repository at this point in the history
Co-authored-by: julia.roznova <jroznova@smtp.intel.com>
  • Loading branch information
JuliaRS and julia.roznova authored Dec 20, 2024
1 parent d952af1 commit 82c3de9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/run_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ def get_exe_cmd(ex, args):
return None
if not check_version(req_version[os.path.basename(ex)], get_daal_version()):
return None
if not check_library(req_library[os.path.basename(ex)]):
return None

if os.path.dirname(ex).endswith("sklearnex"):
if args.nosklearnex:
Expand Down

0 comments on commit 82c3de9

Please sign in to comment.