Skip to content

Commit 4b505ba

Browse files
committed
Attempt to fix flakiness of some window view tests
1 parent 1b2fd51 commit 4b505ba

5 files changed

Lines changed: 5 additions & 0 deletions

tests/queries/0_stateless/01052_window_view_proc_tumble_to_now.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# Tags: no-random-settings, no-parallel
23

34
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
45
# shellcheck source=../shell_config.sh

tests/queries/0_stateless/01053_window_view_proc_hop_to_now.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# Tags: no-random-settings, no-parallel
23

34
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
45
# shellcheck source=../shell_config.sh

tests/queries/0_stateless/01054_window_view_proc_tumble_to.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# Tags: no-random-settings, no-parallel
23

34
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
45
# shellcheck source=../shell_config.sh

tests/queries/0_stateless/01055_window_view_proc_hop_to.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# Tags: no-random-settings, no-parallel
23

34
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
45
# shellcheck source=../shell_config.sh

tests/queries/0_stateless/01075_window_view_proc_tumble_to_now_populate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# Tags: no-random-settings, no-parallel
23

34
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
45
# shellcheck source=../shell_config.sh

0 commit comments

Comments
 (0)