Remove TODO comment

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
This commit is contained in:
Maicon Costa
2025-07-23 21:53:47 -03:00
parent 7a7546e0ea
commit a0b5242b70
@@ -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) {