We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dac035 commit 06a5e24Copy full SHA for 06a5e24
cli/stat_test.go
@@ -85,6 +85,8 @@ func TestStatCPUCmd(t *testing.T) {
85
86
t.Run("JSON", func(t *testing.T) {
87
t.Parallel()
88
+ t.Skip("https://github.com/coder/coder/issues/8091")
89
+
90
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitShort)
91
t.Cleanup(cancel)
92
inv, _ := clitest.New(t, "stat", "cpu", "--output=json")
0 commit comments