Skip to content

Commit

Permalink
cilium#2972: Run TestFastK8s only
Browse files Browse the repository at this point in the history
Signed-off-by: Trung-DV <[email protected]>
  • Loading branch information
Trung-DV committed Nov 13, 2024
1 parent ca5c8ac commit 25af5e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/watcher/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func (tl tlog) Write(p []byte) (n int, err error) {
// This test tests that we can still do pod association when a pod is removed from the k8s cache
// (effectively, this tests the deleted pod cache feature).
func TestFastK8s(t *testing.T) {
t.Skip()
ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down

0 comments on commit 25af5e3

Please sign in to comment.