diff --git a/t/Asset/Redirect/mech.t b/t/Asset/Redirect/mech.t index 4d28bd529..85cadb959 100644 --- a/t/Asset/Redirect/mech.t +++ b/t/Asset/Redirect/mech.t @@ -21,6 +21,7 @@ use WebGUI::Test; # Must use this before any other WebGUI modules use WebGUI::Asset; use WebGUI::VersionTag; use WebGUI::Session; +plan skip_all => 'set WEBGUI_LIVE to enable this test' unless $ENV{WEBGUI_LIVE}; #---------------------------------------------------------------------------- # Init diff --git a/t/Auth/mech.t b/t/Auth/mech.t index 03321bec1..ccde88b10 100644 --- a/t/Auth/mech.t +++ b/t/Auth/mech.t @@ -26,6 +26,7 @@ use WebGUI::Test; # Must use this before any other WebGUI modules use WebGUI::Asset; use WebGUI::VersionTag; use WebGUI::Session; +plan skip_all => 'set WEBGUI_LIVE to enable this test' unless $ENV{WEBGUI_LIVE}; #---------------------------------------------------------------------------- # Init