Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1965)

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 2307253002: Fix QUIC end to end tests to actually run the individual params one at a time as the comment says. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698