Skip to content

Commit

Permalink
Try always disabling brittle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Mar 19, 2024
1 parent df6c334 commit ff31bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class TestEnvironment
/// </summary>
/// <remarks>Per default, they are <see cref="TestSettingStatus.DisabledInDebugMode" />.</remarks>
public TestSettingStatus BrittleTests { get; set; }
= TestSettingStatus.DisabledInDebugMode;
= TestSettingStatus.AlwaysDisabled;

/// <summary>
/// Affects all tests against the real file system.
Expand Down

0 comments on commit ff31bfa

Please sign in to comment.