Skip to content

Commit d359981

Browse files
committed
.
1 parent a8071ab commit d359981

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ jobs:
199199
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
200200
cmake --build ${{env.BUILD_DIR}} -j $(nproc)
201201
202-
- name: CHECK test_provider_os_memory
203-
run: |
204-
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
205-
LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
202+
# - name: CHECK test_provider_os_memory
203+
# run: |
204+
# ${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
205+
# LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
206206

207207
- name: Run tests
208208
working-directory: ${{env.BUILD_DIR}}

0 commit comments

Comments
 (0)