Skip to content

Commit

Permalink
Temporarily skip brittle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Jan 30, 2025
1 parent c57b06c commit b76c834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Testably.Abstractions.Tests/TimeSystem/TimerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void Change_SameValues_WithTimeSpan_ShouldReturnTrue()
result.Should().BeTrue();
}

[Fact]
[Fact(Skip="Temporarily skip brittle tests")]
public void Change_WithInt_ShouldResetTimer()
{
SkipIfBrittleTestsShouldBeSkipped();
Expand Down Expand Up @@ -236,7 +236,7 @@ public void Change_WithInt_ShouldResetTimer()
}
}

[Fact]
[Fact(Skip="Temporarily skip brittle tests")]
public void Change_WithLong_ShouldResetTimer()
{
SkipIfBrittleTestsShouldBeSkipped();
Expand Down Expand Up @@ -310,7 +310,7 @@ public void Change_WithLong_ShouldResetTimer()
}
}

[Fact]
[Fact(Skip="Temporarily skip brittle tests")]
public void Change_WithTimeSpan_ShouldResetTimer()
{
SkipIfBrittleTestsShouldBeSkipped();
Expand Down

0 comments on commit b76c834

Please sign in to comment.