Explorar o código

Revert - Test that stopOnFail works during github action

Tigger Kindel %!s(int64=2) %!d(string=hai) anos
pai
achega
462459bc14
Modificáronse 2 ficheiros con 0 adicións e 12 borrados
  1. 0 6
      UnitTests/Application/ApplicationTests.cs
  2. 0 6
      UnitTests/Views/ViewTests.cs

+ 0 - 6
UnitTests/Application/ApplicationTests.cs

@@ -56,12 +56,6 @@ namespace Terminal.Gui.ApplicationTests {
 			Application.Shutdown ();
 			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]
 		[Fact]
 		public void Init_Shutdown_Cleans_Up ()
 		public void Init_Shutdown_Cleans_Up ()
 		{
 		{

+ 0 - 6
UnitTests/Views/ViewTests.cs

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