From 82c3de94484dd750094395606106debe75e644da Mon Sep 17 00:00:00 2001
From: jroznova <julia.roznova@intel.com>
Date: Fri, 20 Dec 2024 15:53:04 +0200
Subject: [PATCH] try to skip only gpu spmd tests (#2210)

Co-authored-by: julia.roznova <jroznova@smtp.intel.com>
---
 tests/run_examples.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/run_examples.py b/tests/run_examples.py
index ba84c26968..b8a0d4562c 100755
--- a/tests/run_examples.py
+++ b/tests/run_examples.py
@@ -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: