From a0b5242b70821e1b4c0a36dcd0e5094f56853da8 Mon Sep 17 00:00:00 2001 From: Maicon Costa Date: Wed, 23 Jul 2025 21:41:28 -0300 Subject: [PATCH] Remove TODO comment Signed-off-by: Maicon Costa --- pkg/tests/apis/dashboard/integration/api_validation_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/tests/apis/dashboard/integration/api_validation_test.go b/pkg/tests/apis/dashboard/integration/api_validation_test.go index 2c8c08f09c4..389fff51e87 100644 --- a/pkg/tests/apis/dashboard/integration/api_validation_test.go +++ b/pkg/tests/apis/dashboard/integration/api_validation_test.go @@ -139,7 +139,6 @@ func TestIntegrationDashboardAPIAuthorization(t *testing.T) { t.Skip("test only on sqlite for now") } - // TODO: rest.Mode3 is failing on dashboard creation, so we skip it for now dualWriterModes := []rest.DualWriterMode{rest.Mode0, rest.Mode1, rest.Mode2, rest.Mode3, rest.Mode4, rest.Mode5} for _, dualWriterMode := range dualWriterModes { t.Run(fmt.Sprintf("DualWriterMode %d", dualWriterMode), func(t *testing.T) {