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

Commit b0485f4

Browse files
committed
Disable some more flippyfloppyness
1 parent bb8f6dc commit b0485f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public async Task ShouldDetectFileChanges()
6262
result.AssertEqual(expected);
6363
}
6464

65-
[Test]
65+
[Test, Category("TimeSensitive")]
6666
public async Task ShouldAddAndCommitFiles()
6767
{
6868
await Initialize(TestRepoMasterCleanSynchronized);

0 commit comments

Comments
 (0)