diff options
author | Maria van Keulen <maria@mongodb.com> | 2019-05-13 11:53:37 -0400 |
---|---|---|
committer | Maria van Keulen <maria@mongodb.com> | 2019-05-13 15:18:13 -0400 |
commit | e4b13ae68a4eef9393357038f09f14bfd8102050 (patch) | |
tree | 5c7cb6443c45fc0b7573c14885fa66aa885549b9 /etc | |
parent | 1c15dffa313e6b2ab49284ad0d93c206e14cd054 (diff) | |
download | mongo-e4b13ae68a4eef9393357038f09f14bfd8102050.tar.gz |
SERVER-41111 Exclude flow control tests from flow control off variant
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 2e962e93c48..9fbd47df60c 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -11109,6 +11109,7 @@ buildvariants: expansions: &enterprise-rhel-62-64-bit-flow-control-off test_flags: >- --flowControl=off + --excludeWithAnyTags=requires_flow_control compile_flags: >- -j$(grep -c ^processor /proc/cpuinfo) --ssl |