diff --git a/t/pt-online-schema-change/pt-1455.t b/t/pt-online-schema-change/pt-1455.t index 78d86389..20f450d6 100644 --- a/t/pt-online-schema-change/pt-1455.t +++ b/t/pt-online-schema-change/pt-1455.t @@ -21,7 +21,11 @@ use Sandbox; use SqlModes; use File::Temp qw/ tempdir /; -plan tests => 3; +if (!$ENV{PERCONA_SLOW_BOX}) { + plan skip_all => 'This test needs a fast machine'; +} else { + plan tests => 3; +} require "$trunk/bin/pt-online-schema-change";