Forward port WEBGUI_LIVE switch addition to Event/edit.t
This commit is contained in:
parent
503dc38070
commit
51aa116377
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue