Skip to content

Commit

Permalink
return tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
strowk committed Dec 8, 2024
1 parent a6523b9 commit 0805f0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (

require (
github.com/stretchr/testify v1.9.0
github.com/strowk/foxy-contexts v0.0.4-0.20241208042141-60f71025f96e
github.com/strowk/foxy-contexts v0.0.4
go.uber.org/mock v0.5.0
k8s.io/api v0.31.3
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ github.com/strowk/foxy-contexts v0.0.4-0.20241208041506-9496aae569c8 h1:ibZMel4G
github.com/strowk/foxy-contexts v0.0.4-0.20241208041506-9496aae569c8/go.mod h1:mqbY/AmvM5uyoITd6+Qtq5gchqwCaIn5pqgbH7v/DeA=
github.com/strowk/foxy-contexts v0.0.4-0.20241208042141-60f71025f96e h1:9BnF9OeK4kAEZFmnsK1SyP3K/m6CtsuAq0suPNlG1TE=
github.com/strowk/foxy-contexts v0.0.4-0.20241208042141-60f71025f96e/go.mod h1:mqbY/AmvM5uyoITd6+Qtq5gchqwCaIn5pqgbH7v/DeA=
github.com/strowk/foxy-contexts v0.0.4 h1:Rb77zQVdcZbUADAHMeLMsbMlzd+xxGvu92C6Vp4SVa0=
github.com/strowk/foxy-contexts v0.0.4/go.mod h1:mqbY/AmvM5uyoITd6+Qtq5gchqwCaIn5pqgbH7v/DeA=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
4 changes: 0 additions & 4 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ func TestListTools(t *testing.T) {
const k3dClusterName = "mcp-k8s-integration-test"

func TestInK3dCluster(t *testing.T) {
if os.Getenv("CI") != "" {
t.Skip("Skipping k3d tests in CI for now")
}

ts, err := foxytest.Read("testdata/with_k3d")
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 0805f0e

Please sign in to comment.