From 777884ddde44c8574e2526ec060db300f49f0193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= Date: Wed, 4 Mar 2020 11:42:10 +0100 Subject: [PATCH] Disable TestExecutionSegmentScaleNoWobble until the implementation is fixed See https://github.com/loadimpact/k6/issues/1296#issuecomment-593968235 --- lib/execution_segment_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/execution_segment_test.go b/lib/execution_segment_test.go index 0c2d88a2de05..ebd5c59c9cf2 100644 --- a/lib/execution_segment_test.go +++ b/lib/execution_segment_test.go @@ -446,6 +446,7 @@ func TestExecutionSegmentScaleConsistency(t *testing.T) { } func TestExecutionSegmentScaleNoWobble(t *testing.T) { + t.Skip("disabled until the implementation is fixed") t.Parallel() requireSegmentScaleGreater := func(t *testing.T, es *ExecutionSegment) {