Skip to content

Commit

Permalink
revert skipping the tests themselves
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Oct 17, 2024
1 parent 270dd7e commit a5a384c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions cache
Submodule cache added at 0c4577
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ TEST_F(AutoFuncTests, threading_test) {
}

TEST_F(AutoFuncTests, threading_test_cache_enabled) {
# if defined(__SANITIZE_ADDRESS__) || defined(__SANITIZE_UNDEFINED__) || defined(__SANITIZE_THREAD__)
GTEST_SKIP() << "Skipping threading_compiled_with_cpu_help due to sanitizers being enabled (Issue 155210).";
# endif
core.set_property(ov::cache_dir(cache_path));
ThreadingTest::runParallel(
[&]() {
Expand All @@ -66,9 +63,6 @@ TEST_F(AutoFuncTests, threading_test_get_version) {
}

TEST_F(AutoFuncTests, theading_compiled_with_cpu_help) {
# if defined(__SANITIZE_ADDRESS__) || defined(__SANITIZE_UNDEFINED__) || defined(__SANITIZE_THREAD__)
GTEST_SKIP() << "Skipping threading_compiled_with_cpu_help due to sanitizers being enabled (Issue 155210).";
# endif
ThreadingTest::runParallel(
[&]() {
(void)core.compile_model(model_can_batch, "AUTO", {ov::device::priorities("MOCK_GPU", "MOCK_CPU")});
Expand All @@ -78,9 +72,6 @@ TEST_F(AutoFuncTests, theading_compiled_with_cpu_help) {
}

TEST_F(AutoFuncTests, threading_test_hardware_slower) {
# if defined(__SANITIZE_ADDRESS__) || defined(__SANITIZE_UNDEFINED__) || defined(__SANITIZE_THREAD__)
GTEST_SKIP() << "Skipping threading_compiled_with_cpu_help due to sanitizers being enabled (Issue 155210).";
# endif
core.compile_model(model_cannot_batch, "MOCK_CPU");
core.compile_model(model_cannot_batch, "MOCK_GPU"); // need to initialize the order of plugins in mock_engine
register_plugin_mock_gpu_compile_slower(core, "MOCK_GPU_SLOWER", {});
Expand Down
1 change: 1 addition & 0 deletions src/plugins/intel_npu/thirdparty/level-zero
Submodule level-zero added at fd459f

0 comments on commit a5a384c

Please sign in to comment.