From 5dd9625857730e7a79ace5aa56eb3f01f4231809 Mon Sep 17 00:00:00 2001 From: afdesk Date: Fri, 24 Jan 2025 17:18:41 +0600 Subject: [PATCH] chore: use a default context to correct test case --- integration/k8s_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integration/k8s_test.go b/integration/k8s_test.go index 96855d17134f..76ae4d37299a 100644 --- a/integration/k8s_test.go +++ b/integration/k8s_test.go @@ -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",