Skip to content

Commit 044440c

Browse files
authored
[PTI 360] Add metrics-perf test back to the windows workflow (#824)
Added run-metrics-perf test back to the windows workflow Signed-off-by: Yipeng (Roger) Song <yipeng.song@intel.com>
1 parent 29d93ac commit 044440c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sdk_build_and_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,8 @@ jobs:
195195
call "C:\Program Files (x86)\Intel\oneAPI\setvars-vcvarsall.bat"
196196
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
197197
REM TODO(PTI-88): OverheadRecordsCountsAllOnesViewRecords fails on Windows. Investigation needed. Bug filed.
198-
REM TODO(PTI-360): Occasionally `run-metrics-perf` hangs on Windows.
199198
ctest --output-on-failure --preset ${{ matrix.preset }} -LE performance ^
200-
-E "MainFixtureTest.OverheadRecordsCountsAllOnesViewRecords|run-metrics-perf"
199+
-E "MainFixtureTest.OverheadRecordsCountsAllOnesViewRecords"
201200
202201
- name: Quarantined tests # flaky tests
203202
continue-on-error: true

0 commit comments

Comments
 (0)