Skip to content

Commit dcb9d61

Browse files
committed
Tests - Renable ShouldFailWhenLoadingBadSsl
- Might just have been a transient error with badssl website
1 parent 33dad39 commit dcb9d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Test/OffScreen/OffScreenBrowserTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public async Task ShouldFailWhenLoadingInvalidDomain()
104104
}
105105
}
106106

107-
[Fact(Skip = "Not working with Chrome bootstrap")]
107+
[Fact]
108108
public async Task ShouldFailWhenLoadingBadSsl()
109109
{
110110
using (var browser = new ChromiumWebBrowser("https://expired.badssl.com/", useLegacyRenderHandler: false))

0 commit comments

Comments
 (0)