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