mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Test that stopOnFail works during github action
This commit is contained in:
@@ -17,6 +17,12 @@ 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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user