diff --git a/SeeSharp.Tests/Core/Scene_Assemble.cs b/SeeSharp.Tests/Core/Scene_Assemble.cs index a84c905..01da2dc 100644 --- a/SeeSharp.Tests/Core/Scene_Assemble.cs +++ b/SeeSharp.Tests/Core/Scene_Assemble.cs @@ -114,6 +114,7 @@ public void CornellBox_ShouldBeLoaded() { bool e = File.Exists(path); Assert.True(e); + ProgressBar.Silent = true; var scene = Scene.LoadFromFile(path); // No frame buffer is set after loading, so this should evaluate to false