Skip to content

Commit

Permalink
changed package name#3
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 20, 2025
1 parent 68e2879 commit a6d7eb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/retina_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ func TestE2ERetina(t *testing.T) {
advanceMetricsE2E.Run(ctx)

// Install and test Hubble basic metrics
//validatehubble := types.NewRunner(t, jobs.ValidateHubble(kubeConfigFilePath, hubblechartPath, common.TestPodNamespace))
//validatehubble.Run(ctx)
validatehubble := types.NewRunner(t, jobs.ValidateHubble(kubeConfigFilePath, hubblechartPath, common.TestPodNamespace))
validatehubble.Run(ctx)

// Install and test Cilium Windows basics and advanced metrics
time.Sleep(10 * time.Minute)
}

0 comments on commit a6d7eb3

Please sign in to comment.