Skip to content

Commit 44e8f95

Browse files
author
James Cor
committed
revert
1 parent 8e9a916 commit 44e8f95

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

enginetest/memory_engine_test.go

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -197,20 +197,12 @@ func TestSingleQueryPrepared(t *testing.T) {
197197

198198
// Convenience test for debugging a single query. Unskip and set to the desired query.
199199
func TestSingleScript(t *testing.T) {
200-
//t.Skip()
200+
t.Skip()
201201
var scripts = []queries.ScriptTest{
202202
{
203-
Name: "test script",
204-
SetUpScript: []string{
205-
"create table t (i tinytext unique);",
206-
"insert into t values ('hello');",
207-
},
208-
Assertions: []queries.ScriptTestAssertion{
209-
{
210-
Query: "insert into t values ('hello');",
211-
ExpectedErrStr: "asdf",
212-
},
213-
},
203+
Name: "test script",
204+
SetUpScript: []string{},
205+
Assertions: []queries.ScriptTestAssertion{},
214206
},
215207
}
216208

0 commit comments

Comments
 (0)