Преглед на файлове

Revert - Test that stopOnFail works during github action

Tigger Kindel преди 2 години
родител
ревизия
462459bc14
променени са 2 файла, в които са добавени 0 реда и са изтрити 12 реда
  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 ();
 		}
 
-		[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 ()
 		{

+ 0 - 6
UnitTests/Views/ViewTests.cs

@@ -17,12 +17,6 @@ namespace Terminal.Gui.ViewTests {
 			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]
 		public void New_Initializes ()
 		{