Build without disclaimer for SPS load tests.

This commit is contained in:
Damian Büchel 2024-03-14 14:24:11 +01:00
parent 514414e322
commit 577a23b8b4

View file

@ -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)
{ {