File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
13
13
require (
14
14
github.com/stretchr/testify v1.9.0
15
- github.com/strowk/foxy-contexts v0.0.4-0.20241208042141-60f71025f96e
15
+ github.com/strowk/foxy-contexts v0.0.4
16
16
go.uber.org/mock v0.5.0
17
17
k8s.io/api v0.31.3
18
18
)
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ github.com/strowk/foxy-contexts v0.0.4-0.20241208041506-9496aae569c8 h1:ibZMel4G
94
94
github.com/strowk/foxy-contexts v0.0.4-0.20241208041506-9496aae569c8 /go.mod h1:mqbY/AmvM5uyoITd6+Qtq5gchqwCaIn5pqgbH7v/DeA =
95
95
github.com/strowk/foxy-contexts v0.0.4-0.20241208042141-60f71025f96e h1:9BnF9OeK4kAEZFmnsK1SyP3K/m6CtsuAq0suPNlG1TE =
96
96
github.com/strowk/foxy-contexts v0.0.4-0.20241208042141-60f71025f96e /go.mod h1:mqbY/AmvM5uyoITd6+Qtq5gchqwCaIn5pqgbH7v/DeA =
97
+ github.com/strowk/foxy-contexts v0.0.4 h1:Rb77zQVdcZbUADAHMeLMsbMlzd+xxGvu92C6Vp4SVa0 =
98
+ github.com/strowk/foxy-contexts v0.0.4 /go.mod h1:mqbY/AmvM5uyoITd6+Qtq5gchqwCaIn5pqgbH7v/DeA =
97
99
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
98
100
github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
99
101
github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ func TestListTools(t *testing.T) {
41
41
const k3dClusterName = "mcp-k8s-integration-test"
42
42
43
43
func TestInK3dCluster (t * testing.T ) {
44
- if os .Getenv ("CI" ) != "" {
45
- t .Skip ("Skipping k3d tests in CI for now" )
46
- }
47
-
48
44
ts , err := foxytest .Read ("testdata/with_k3d" )
49
45
if err != nil {
50
46
t .Fatal (err )
You can’t perform that action at this time.
0 commit comments