Skip to content

Commit 113ccfd

Browse files
committed
skip failing test in dolt
1 parent 9874c6e commit 113ccfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ FROM task_instance INNER JOIN job ON job.id = task_instance.queued_by_job_id INN
11951195
},
11961196
{
11971197
// https://github.com/dolthub/dolt/issues/9739
1198+
Skip: true, // this passes in gms but not dolt
11981199
Dialect: "mysql",
11991200
Query: "select * from test01 where pk=3",
12001201
Expected: []sql.Row{

0 commit comments

Comments
 (0)