Skip to content

Commit a8d2e34

Browse files
committed
update CI, +8
1 parent cb881a8 commit a8d2e34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/bench_sub_async.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ void test_BenchSubscribeAsync_Inject(void)
140140
// callback.
141141
void test_BenchSubscribeAsync_InjectSlow(void)
142142
{
143+
#ifdef _WIN32
144+
// This test relies on nanosleep, not sure what the Windows equivalent is. Skip fr now.
145+
printf("Skipping BenchSubscribeAsync_InjectSlow on Windows\n");
146+
return;
147+
#endif
148+
143149
// threadConfig threads[] = {
144150
// {false, 1}, // 1 is not used in this case, just to quiet nats_SetMessageDeliveryPoolSize
145151
// {true, 1},

0 commit comments

Comments
 (0)