Skip to content

Commit

Permalink
Remove VN gtest suite (#2435) (#2436)
Browse files Browse the repository at this point in the history
Otherwise we get a warning, that will potentially fail windows builds
  • Loading branch information
thhous-msft authored Feb 25, 2022
1 parent 8452adb commit 82278ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/test/bin/quic_gtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1702,10 +1702,10 @@ INSTANTIATE_TEST_SUITE_P(

#endif // QUIC_TEST_DATAPATH_HOOKS_ENABLED

INSTANTIATE_TEST_SUITE_P(
Basic,
WithVersionNegotiationExtArgs,
testing::ValuesIn(VersionNegotiationExtArgs::Generate()));
// INSTANTIATE_TEST_SUITE_P(
// Basic,
// WithVersionNegotiationExtArgs,
// testing::ValuesIn(VersionNegotiationExtArgs::Generate()));

INSTANTIATE_TEST_SUITE_P(
Handshake,
Expand Down
6 changes: 3 additions & 3 deletions src/test/bin/quic_gtest.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ std::ostream& operator << (std::ostream& o, const VersionNegotiationExtArgs& arg
(args.DisableVNEServer ? "DisableServer" : "EnableServer");
}

class WithVersionNegotiationExtArgs : public testing::Test,
public testing::WithParamInterface<VersionNegotiationExtArgs> {
};
// class WithVersionNegotiationExtArgs : public testing::Test,
// public testing::WithParamInterface<VersionNegotiationExtArgs> {
// };

struct HandshakeArgs6 {
int Family;
Expand Down

0 comments on commit 82278ab

Please sign in to comment.