From 13a9bbb984601d19f1aabe7abfbf58fbe91cf621 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 24 Mar 2022 09:35:08 +1100 Subject: [PATCH] skip flakey bisect test --- test/integration/bisect/test.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/bisect/test.json b/test/integration/bisect/test.json index 2bf2b418b..58263936d 100644 --- a/test/integration/bisect/test.json +++ b/test/integration/bisect/test.json @@ -1,4 +1,5 @@ { "description": "Basic git bisect usage", - "speed": 5 + "speed": 5, + "skip": true }