Skip to content

Commit f412af1

Browse files
committed
removed test in UpdateIgnoreScripts
1 parent 42f9587 commit f412af1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

enginetest/queries/update_queries.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -935,21 +935,6 @@ var UpdateIgnoreScripts = []ScriptTest{
935935
},
936936
},
937937
},
938-
{
939-
Name: "UPDATE with subquery in keyless tables",
940-
// https://github.com/dolthub/dolt/issues/9334
941-
SetUpScript: []string{
942-
"create table t (i int)",
943-
"insert into t values (1)",
944-
"update t set i = 10 where i in (select 1)",
945-
},
946-
Assertions: []ScriptTestAssertion{
947-
{
948-
Query: "select * from t",
949-
Expected: []sql.Row{{10}},
950-
},
951-
},
952-
},
953938
}
954939

955940
var UpdateErrorTests = []QueryErrorTest{

0 commit comments

Comments
 (0)