Skip to content

Commit

Permalink
WL#7377: Disable the test for --embedded, as it is restarting the ser…
Browse files Browse the repository at this point in the history
…ver.
  • Loading branch information
Marko Mäkelä committed Dec 2, 2013
1 parent 01be68b commit f05ceca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/innodb/t/innodb-status-output.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--source include/have_innodb.inc
# This restarts the server and waits a long time for output.
--source include/big_test.inc
# Embedded server does not support restarting.
--source include/not_embedded.inc

# Test the deprecation messages and connection to the flags.
CREATE TABLE innodb_monitor(a SERIAL) ENGINE=InnoDB;
Expand Down

0 comments on commit f05ceca

Please sign in to comment.