Skip to content

Commit 06a5e24

Browse files
authored
skip: TestStatCPUCmd/JSON (#8093)
1 parent 8dac035 commit 06a5e24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/stat_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ func TestStatCPUCmd(t *testing.T) {
8585

8686
t.Run("JSON", func(t *testing.T) {
8787
t.Parallel()
88+
t.Skip("https://github.com/coder/coder/issues/8091")
89+
8890
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitShort)
8991
t.Cleanup(cancel)
9092
inv, _ := clitest.New(t, "stat", "cpu", "--output=json")

0 commit comments

Comments
 (0)