diff --git a/plot/plotcore/ploteditor_test.go b/plot/plotcore/ploteditor_test.go index fb37207ffe..20905c4a11 100644 --- a/plot/plotcore/ploteditor_test.go +++ b/plot/plotcore/ploteditor_test.go @@ -35,6 +35,7 @@ func TestTablePlotEditor(t *testing.T) { } func TestSlicePlotEditor(t *testing.T) { + t.Skip("TODO: this test randomly hangs on CI") data := []Data{ {"Davis", 62000, 500}, {"Boulder", 85000, 800},