diff --git a/t/Asset/Event/edit.t b/t/Asset/Event/edit.t index ef1d792c4..de716e025 100644 --- a/t/Asset/Event/edit.t +++ b/t/Asset/Event/edit.t @@ -74,6 +74,10 @@ if ( !$mech->success ) { plan skip_all => "Cannot load URL '$baseUrl'. Will not test."; } +if ( !$ENV{WEBGUI_LIVE}) { + plan skip_all => "Live tests not enabled"; +} + plan tests => 8; # Increment this number for each test you create #----------------------------------------------------------------------------