Skip to content

Commit eb995ef

Browse files
committed
fix CI
1 parent fb7de02 commit eb995ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/queries/0_stateless/03546_rewrite_order_by_limit.reference

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- { echo ON }
2-
-- Tags: no-parallel, no-stress, no-object-storage, no-parallel-replicas
2+
-- Tags: no-stress, no-object-storage, no-parallel-replicas
33
set enable_analyzer = 1;
44
drop table if exists a;
55
drop table if exists b;

tests/queries/0_stateless/03546_rewrite_order_by_limit.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- { echo ON }
2-
-- Tags: no-parallel, no-stress, no-object-storage, no-parallel-replicas
2+
-- Tags: no-stress, no-object-storage, no-parallel-replicas
33
set enable_analyzer = 1;
44
drop table if exists a;
55
drop table if exists b;

0 commit comments

Comments
 (0)