Try to fix flakyness

This commit is contained in:
Robert Schulze 2023-04-12 23:02:20 +00:00
parent cf05bf663c
commit ac22171ce9
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -14,7 +14,7 @@ SELECT '---';
SELECT table, name, type
FROM system.data_skipping_indices
WHERE table = 'tab';
WHERE database = currentDatabase() AND table = 'tab';
SELECT '---';