Skip to content

Commit

Permalink
acceptance: skip TestDockerCLI test_demo_partitioning.tcl
Browse files Browse the repository at this point in the history
Renamed `test_demo_partitioning.tcl` to `test_demo_partitioning.tcl.disabled`
which will cause TestDockerCLI to skip the test file.

Refs: cockroachdb#96797

Reason: flaky test

Epic: None

Release note: None
  • Loading branch information
herkolategan committed Feb 13, 2023
1 parent 3e26d85 commit d5c90f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#! /usr/bin/env expect -f

# This test is skipped (flaky test) -- its filename lets it hide from the selector in
# TestDockerCLI. Un-skip it by renaming after fixing
# https://github.com/cockroachdb/cockroach/issues/96797.

source [file join [file dirname $argv0] common.tcl]

# Set a larger timeout as partitioning can be slow.
Expand Down

0 comments on commit d5c90f7

Please sign in to comment.