From 2428edb8a1a0c049e9662145a861114ea7afc83d Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 17 Jun 2015 11:58:16 -0700 Subject: [PATCH] Correct skip of test --- meta/statement_executor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/statement_executor_test.go b/meta/statement_executor_test.go index 22a6d0e667..3b9a9c6db2 100644 --- a/meta/statement_executor_test.go +++ b/meta/statement_executor_test.go @@ -85,7 +85,7 @@ func TestStatementExecutor_ExecuteStatement_ShowDatabases_Err(t *testing.T) { // Ensure a SHOW GRANTS FOR statement can be executed. func TestStatementExecutor_ExecuteStatement_ShowGrantsFor(t *testing.T) { - t.Skip("Intermittent test failure: issue 3028" + t.Skip("Intermittent test failure: issue 3028") e := NewStatementExecutor() e.Store.UserPrivilegesFn = func(username string) (map[string]influxql.Privilege, error) { if username != "dejan" {