summaryrefslogtreecommitdiff
path: root/test/graph/pushRelabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/graph/pushRelabel.cpp')
-rw-r--r--test/graph/pushRelabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/graph/pushRelabel.cpp b/test/graph/pushRelabel.cpp
index 42c2e57..ca50860 100644
--- a/test/graph/pushRelabel.cpp
+++ b/test/graph/pushRelabel.cpp
@@ -57,5 +57,5 @@ void performance_test() {
int main() {
stress_test();
- performance_test();
+ if (!sanitize) performance_test();
}