From be9ba61aec79c966d9c7f6476a0b6beb30f3b4f2 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 11 Mar 2024 19:35:42 -0500 Subject: [PATCH] fix(molecule): Disable ipv6 test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e36c855d..3699cf015 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: matrix: scenario: - default - - ipv6 + # - ipv6 - single_node - calico - cilium