Skip to content

Commit

Permalink
skip: increase test case minimum cores
Browse files Browse the repository at this point in the history
This PR increases the expected minimum cores test core count, because it
fails on this machine I am working on right now with 256 virtual cores.

```
kingpin ~
➜ lscpu | grep On-line
On-line CPU(s) list:                  0-255
```
  • Loading branch information
shoenig committed Sep 29, 2024
1 parent 56f7a18 commit 0aab606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skip/skip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestSkip_CommandUnavailable(t *testing.T) {
}

func TestSkip_MinimumCores(t *testing.T) {
MinimumCores(t, 200)
MinimumCores(t, 2048)
t.Fatal("expected to skip test")
}

Expand Down

0 comments on commit 0aab606

Please sign in to comment.