Skip to content

Commit

Permalink
update CI, +8
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Jul 26, 2024
1 parent cb881a8 commit a8d2e34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/bench_sub_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ void test_BenchSubscribeAsync_Inject(void)
// callback.
void test_BenchSubscribeAsync_InjectSlow(void)
{
#ifdef _WIN32
// This test relies on nanosleep, not sure what the Windows equivalent is. Skip fr now.
printf("Skipping BenchSubscribeAsync_InjectSlow on Windows\n");
return;
#endif

// threadConfig threads[] = {
// {false, 1}, // 1 is not used in this case, just to quiet nats_SetMessageDeliveryPoolSize
// {true, 1},
Expand Down

0 comments on commit a8d2e34

Please sign in to comment.