Skip to content

Commit df50ac2

Browse files
committed
Tests - Disable GPU Acceleration
There have been transient crashes of the tests when run via Appveyor https://ci.appveyor.com/project/cefsharp/cefsharp/builds/51568290#L3321
1 parent 7534333 commit df50ac2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.Test/CefSharpFixture.cs

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ private void CefInitialize()
5858
settings.RootCachePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "CefSharp\\Tests");
5959
//settings.CefCommandLineArgs.Add("renderer-startup-dialog");
6060
//settings.CefCommandLineArgs.Add("disable-site-isolation-trials");
61+
settings.DisableGpuAcceleration();
6162

6263
var success = Cef.Initialize(settings, performDependencyCheck: false, browserProcessHandler: null);
6364

0 commit comments

Comments
 (0)