Remove TODO comment
Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user