Build without disclaimer for SPS load tests.
This commit is contained in:
parent
514414e322
commit
577a23b8b4
1 changed files with 8 additions and 8 deletions
|
@ -36,10 +36,10 @@ namespace SafeExamBrowser.Runtime.Operations
|
||||||
result = ShowVideoProctoringDisclaimer();
|
result = ShowVideoProctoringDisclaimer();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
//if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||||
{
|
//{
|
||||||
result = ShowScreenProctoringDisclaimer();
|
// result = ShowScreenProctoringDisclaimer();
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled)
|
if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled)
|
||||||
{
|
{
|
||||||
|
@ -58,10 +58,10 @@ namespace SafeExamBrowser.Runtime.Operations
|
||||||
result = ShowVideoProctoringDisclaimer();
|
result = ShowVideoProctoringDisclaimer();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
//if (result == OperationResult.Success && Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
|
||||||
{
|
//{
|
||||||
result = ShowScreenProctoringDisclaimer();
|
// result = ShowScreenProctoringDisclaimer();
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled)
|
if (result == OperationResult.Success && Context.Next.Settings.Proctoring.Zoom.Enabled)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue