Skip to content

Commit

Permalink
Exclude flaky test on the platform that takes more time
Browse files Browse the repository at this point in the history
  • Loading branch information
papeh committed Oct 13, 2023
1 parent 9ce7d15 commit 21ae6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LibChorusTests/notes/AnnotationRepositoryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public void AddAnnotation_NotifiesIndices()
// the setup of the watcher or the code in Save that tries to prevent the notifications at all,
// which is more than half the code this test wants to exercise.
[Test]
[Platform(Exclude = "Linux", Reason = "flaky (on both platforms)")]
[Platform(Exclude = "Win", Reason = "flaky (on both platforms)")]
public void ExternalFileModification_NotifiesIndices_ButSaveDoesNot()
{
const int SleepTime = 10; // milliseconds
Expand Down

0 comments on commit 21ae6e0

Please sign in to comment.