From 518c5bb62a8e4b922742a2b8a986307c19bc2708 Mon Sep 17 00:00:00 2001 From: Techno Tim Date: Mon, 11 Mar 2024 20:42:47 -0500 Subject: [PATCH] fix(molecule): Disable ipv6 test (#476) --- .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 5e36c855..3699cf01 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