From b869f56610e946809ea385fd63e956586db6897b Mon Sep 17 00:00:00 2001 From: rem1776 Date: Thu, 5 Mar 2026 14:14:54 -0500 Subject: [PATCH] remove skipped tests from intel CI --- .github/workflows/github_autotools_intel_classic.yml | 2 -- .github/workflows/github_autotools_intel_oneapi.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/github_autotools_intel_classic.yml b/.github/workflows/github_autotools_intel_classic.yml index 4b3d892b26..5dcf5b91f3 100644 --- a/.github/workflows/github_autotools_intel_classic.yml +++ b/.github/workflows/github_autotools_intel_classic.yml @@ -21,8 +21,6 @@ jobs: LDFLAGS: "-L/libs/lib" TEST_VERBOSE: 1 I_MPI_FABRICS: "shm" # needed for mpi in image - # intel bug causes some failures with shm option(required in container) - SKIP_TESTS: "test_mpp_update_domains.1 test_update_domains_performance.1 test_diag_manager2.23" steps: - name: Cache dependencies id: cache diff --git a/.github/workflows/github_autotools_intel_oneapi.yml b/.github/workflows/github_autotools_intel_oneapi.yml index 07478c866a..386f75f2d6 100644 --- a/.github/workflows/github_autotools_intel_oneapi.yml +++ b/.github/workflows/github_autotools_intel_oneapi.yml @@ -18,8 +18,6 @@ jobs: LDFLAGS: "-L/libs/lib" TEST_VERBOSE: 1 I_MPI_FABRICS: "shm" # needed for mpi in image - # intel bug causes some failures with shm option(required in container) - SKIP_TESTS: "test_mpp_update_domains.1 test_update_domains_performance.1 test_diag_manager2.23" steps: - name: Cache dependencies id: cache