We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f47c780 + 5c2b55c commit 734fd85Copy full SHA for 734fd85
1 file changed
Lombiq.Tests.UI.Samples/Tests/EmailTests.cs
@@ -15,7 +15,10 @@ public EmailTests(ITestOutputHelper testOutputHelper)
15
{
16
}
17
18
- [Fact]
+ // 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
22
public Task SendingTestEmailShouldWork() =>
23
ExecuteTestAfterSetupAsync(
24
async context =>
0 commit comments