Skip to content

Commit

Permalink
disable progress bar during unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrit committed Mar 8, 2024
1 parent c3363f4 commit 088dc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SeeSharp.Tests/Core/Scene_Assemble.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 088dc16

Please sign in to comment.