Changeset: 2639b1e95cc6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2639b1e95cc6 Modified Files: sql/test/miscellaneous/Tests/simple_selects.test Branch: Jan2022 Log Message:
Disable failing test. diffs (14 lines): diff --git a/sql/test/miscellaneous/Tests/simple_selects.test b/sql/test/miscellaneous/Tests/simple_selects.test --- a/sql/test/miscellaneous/Tests/simple_selects.test +++ b/sql/test/miscellaneous/Tests/simple_selects.test @@ -934,8 +934,8 @@ create local temp table x(x int, y int) statement ok CREATE INDEX ups ON tmp.x (x) -statement ok -drop index tmp.ups +#statement ok +#drop index tmp.ups statement ok drop table x _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
