Skip to content

Commit 734fd85

Browse files
committed
Merge remote-tracking branch 'origin/dev' into issue/OFFI-200
2 parents f47c780 + 5c2b55c commit 734fd85

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lombiq.Tests.UI.Samples/Tests/EmailTests.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ public EmailTests(ITestOutputHelper testOutputHelper)
1515
{
1616
}
1717

18-
[Fact]
18+
// Will be re-enabled as part of https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/issues/703.
19+
#pragma warning disable xUnit1004 // Test methods should not be skipped
20+
[Fact(Skip = "Fails with smtp4dev JS exceptions, but works under https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/issues/703.")]
21+
#pragma warning restore xUnit1004 // Test methods should not be skipped
1922
public Task SendingTestEmailShouldWork() =>
2023
ExecuteTestAfterSetupAsync(
2124
async context =>

0 commit comments

Comments
 (0)