Skip to content

Commit 0805f0e

Browse files
committed
return tests to CI
1 parent a6523b9 commit 0805f0e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212

1313
require (
1414
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
1616
go.uber.org/mock v0.5.0
1717
k8s.io/api v0.31.3
1818
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ github.com/strowk/foxy-contexts v0.0.4-0.20241208041506-9496aae569c8 h1:ibZMel4G
9494
github.com/strowk/foxy-contexts v0.0.4-0.20241208041506-9496aae569c8/go.mod h1:mqbY/AmvM5uyoITd6+Qtq5gchqwCaIn5pqgbH7v/DeA=
9595
github.com/strowk/foxy-contexts v0.0.4-0.20241208042141-60f71025f96e h1:9BnF9OeK4kAEZFmnsK1SyP3K/m6CtsuAq0suPNlG1TE=
9696
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=
9799
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
98100
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
99101
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

main_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ func TestListTools(t *testing.T) {
4141
const k3dClusterName = "mcp-k8s-integration-test"
4242

4343
func TestInK3dCluster(t *testing.T) {
44-
if os.Getenv("CI") != "" {
45-
t.Skip("Skipping k3d tests in CI for now")
46-
}
47-
4844
ts, err := foxytest.Read("testdata/with_k3d")
4945
if err != nil {
5046
t.Fatal(err)

0 commit comments

Comments
 (0)