mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
skip: TestStatCPUCmd/JSON (#8093)
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user