Skip to content

Commit

Permalink
Merge pull request #1104 from cogentcore/skip-test
Browse files Browse the repository at this point in the history
temporarily skip TestSlicePlotEditor
  • Loading branch information
rcoreilly authored Aug 2, 2024
2 parents b5128b5 + 92fa1a2 commit 0fbbdd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plot/plotcore/ploteditor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 0fbbdd8

Please sign in to comment.