Skip to content

Commit

Permalink
cli/interactive_tests: skip flaky quit tests
Browse files Browse the repository at this point in the history
These are broken because quit is broken (cockroachdb#22536).

Release note: None
  • Loading branch information
benesch committed Feb 12, 2018
1 parent 00b06ad commit 031a451
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/cli/interactive_tests/test_missing_log_output.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ eexpect ":/# "

end_test


# Quit is broken, so skip the rest of the tests.
#
# TODO: Remove this once #22536 is fixed.
exit

start_server $argv

Expand Down

0 comments on commit 031a451

Please sign in to comment.