Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-622: Ignore "Error deleting cache folder" #277

Merged
merged 6 commits into from
Jun 15, 2023
3 changes: 3 additions & 0 deletions Lombiq.Tests.UI.Samples/UITestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ protected override Task ExecuteTestAsync(
.ReplaceOrdinalIgnoreCase(
"|Lombiq.TrainingDemo.Services.DemoBackgroundTask|ERROR|Expected non-error",
"|Lombiq.TrainingDemo.Services.DemoBackgroundTask|EXPECTED_ERROR|Expected non-error")
.ReplaceOrdinalIgnoreCase(
"|OrchardCore.Media.Core.DefaultMediaFileStoreCacheFileProvider|ERROR|Error deleting cache folder",
"|OrchardCore.Media.Core.DefaultMediaFileStoreCacheFileProvider|EXPECTED_ERROR|Error deleting cache folder")
.ShouldNotContain("|ERROR|");

if (changeConfigurationAsync != null) await changeConfigurationAsync(configuration);
Expand Down