@@ -56,12 +56,6 @@ namespace Terminal.Gui.ApplicationTests {
Application.Shutdown ();
}
- [Fact]
- public void Fail ()
- {
- Assert.Fail("Test to prove stopOnFail is working. During CI/CD no more tests should run after this.");
- }
-
[Fact]
public void Init_Shutdown_Cleans_Up ()
{
@@ -17,12 +17,6 @@ namespace Terminal.Gui.ViewTests {
this.output = output;
- Assert.Fail ("Test to prove stopOnFail is working. During CI/CD no more tests should run after this.");
public void New_Initializes ()