Skip to content

Commit

Permalink
Only run test in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Sep 8, 2024
1 parent da4074b commit bb0443d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/lib/ApiTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2681,6 +2681,7 @@ void QuicTestGlobalParam()
}
}

#if DEBUG
//
// QUIC_PARAM_GLOBAL_PLATFORM_WORKER_POOL
//
Expand Down Expand Up @@ -2724,6 +2725,7 @@ void QuicTestGlobalParam()
&WorkerPool));
}
}
#endif

//
// Invalid parameter
Expand Down

0 comments on commit bb0443d

Please sign in to comment.