Skip to content

Commit e2b4df3

Browse files
Trying expectations
1 parent 89b660c commit e2b4df3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/memspaces/memspace_lowest_latency.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
static bool canQueryLatency(size_t nodeId) {
1313
hwloc_topology_t topology = nullptr;
1414
int ret = hwloc_topology_init(&topology);
15-
UT_ASSERTeq(ret, 0);
15+
// UT_ASSERTeq(ret, 0);
16+
EXPECT_NE(ret, 0);
1617
ret = hwloc_topology_load(topology);
1718
UT_ASSERTeq(ret, 0);
1819

0 commit comments

Comments
 (0)