Skip to content

Commit 7788a60

Browse files
committed
add exception for guestconnect
1 parent 7929a16 commit 7788a60

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

containers/JessAndBeard.psm1

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,13 +2351,19 @@ The Tags are the same"
23512351
FailedChange = 0 # + or - the number of tests failed for v5
23522352
SkippedChange = 0 # + or - the number of tests skipped for v5
23532353
},
2354-
@{
2354+
@{
23552355
Name = 'SupportedBuild'
23562356
RunChange = -3 # + or - the number of tests run for v5
23572357
PassedChange = -3 # + or - the number of tests passed for v5
23582358
FailedChange = 0 # + or - the number of tests failed for v5
23592359
SkippedChange = 0 # + or - the number of tests skipped for v5
2360-
2360+
},
2361+
@{
2362+
Name = 'GuestUserConnect'
2363+
RunChange = 0 # + or - the number of tests run for v5
2364+
PassedChange = +2 # + or - the number of tests passed for v5
2365+
FailedChange = -2 # + or - the number of tests failed for v5
2366+
SkippedChange = 0 # + or - the number of tests skipped for v5
23612367
}
23622368
)
23632369
$runchange = 0

0 commit comments

Comments
 (0)