Skip to content

Commit

Permalink
chore: use a default context to correct test case
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Jan 24, 2025
1 parent 95fd607 commit 5dd9625
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration/k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,15 @@ func TestK8s(t *testing.T) {
"--cache-dir",
cacheDir,
"k8s",
"limitedcontext",
"kind-kind-test",
//"limitedcontext",
// "--kubeconfig", "limitedconfig",
"--report",
"summary",
"-q",
"--timeout",
"5m0s",
"--include-namespaces", "limitedns",
// "--kubeconfig", "limitedconfig",
"--format",
"json",
"--output",
Expand Down

0 comments on commit 5dd9625

Please sign in to comment.