skip: TestStatCPUCmd/JSON (#8093)

This commit is contained in:
Marcin Tojek
2023-06-20 14:08:11 +02:00
committed by GitHub
parent 8dac0356ed
commit 06a5e24f5b

View File

@ -85,6 +85,8 @@ func TestStatCPUCmd(t *testing.T) {
t.Run("JSON", func(t *testing.T) {
t.Parallel()
t.Skip("https://github.com/coder/coder/issues/8091")
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitShort)
t.Cleanup(cancel)
inv, _ := clitest.New(t, "stat", "cpu", "--output=json")