Skip to content

Commit

Permalink
Merge pull request #277 from Lombiq/issue/OSOE-622
Browse files Browse the repository at this point in the history
OSOE-622: Ignore "Error deleting cache folder"
  • Loading branch information
Psichorex authored Jun 15, 2023
2 parents 6c490d2 + 74d808c commit aa98bcb
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit aa98bcb

Please sign in to comment.