Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 2a8f9ca

Browse files
Adding ShouldDetectFileChanges to TimeSensitive list
1 parent 2c09458 commit 2a8f9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Events/RepositoryWatcherTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RepositoryWatcherTests : BaseGitEnvironmentTest
1414
{
1515
private const int ThreadSleepTimeout = 2000;
1616

17-
[Test]
17+
[Test, Category("TimeSensitive")]
1818
public async Task ShouldDetectFileChanges()
1919
{
2020
await Initialize(TestRepoMasterCleanSynchronized);

0 commit comments

Comments
 (0)