Skip to content

Commit fb7a6eb

Browse files
authored
wrap by preview feature (#4441) (#4443)
1 parent 343c8bf commit fb7a6eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/bin/quic_gtest.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2202,6 +2202,7 @@ TEST(Misc, StreamReliableResetMultipleSends) {
22022202
}
22032203
#endif // QUIC_PARAM_STREAM_RELIABLE_OFFSET
22042204

2205+
#ifdef QUIC_API_ENABLE_PREVIEW_FEATURES
22052206
TEST(Misc, StreamMultiReceive) {
22062207
TestLogger Logger("StreamMultiReceive");
22072208
if (TestingKernelMode) {
@@ -2211,6 +2212,7 @@ TEST(Misc, StreamMultiReceive) {
22112212
QuicTestStreamMultiReceive();
22122213
}
22132214
}
2215+
#endif // QUIC_API_ENABLE_PREVIEW_FEATURES
22142216

22152217
TEST(Misc, StreamBlockUnblockUnidiConnFlowControl) {
22162218
TestLogger Logger("StreamBlockUnblockUnidiConnFlowControl");

src/test/lib/DataTest.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -4251,6 +4251,7 @@ QuicTestStreamReliableResetMultipleSends(
42514251
}
42524252
#endif // QUIC_PARAM_STREAM_RELIABLE_OFFSET
42534253

4254+
#ifdef QUIC_API_ENABLE_PREVIEW_FEATURES
42544255
#define MultiRecvNumSend 10
42554256
// 1G seems to be too big for CI environment to finish in a reasonable time.
42564257
uint8_t Buffer10M[10000000] = {};
@@ -4467,3 +4468,4 @@ QuicTestStreamMultiReceive(
44674468
delete[] Context.RecvBuffer;
44684469
}
44694470
}
4471+
#endif // QUIC_API_ENABLE_PREVIEW_FEATURES

0 commit comments

Comments
 (0)