Index: net/tools/quic/end_to_end_test.cc |
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc |
index e5be97f5364cb44ad44560fd75bdb0c919ae1dcc..fbd23ff98745aa60ebd97d52a9edd8f7c5e88911 100644 |
--- a/net/tools/quic/end_to_end_test.cc |
+++ b/net/tools/quic/end_to_end_test.cc |
@@ -259,7 +259,7 @@ vector<TestParams> GetTestParams() { |
// Run version negotiation tests tests with no options, or |
// all the options enabled to avoid a combinatorial |
// explosion. |
- if (enabled_options > 0 && |
+ if (enabled_options > 1 && |
enabled_options < kMaxEnabledOptions) { |
continue; |
} |