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

Commit bb8f6dc

Browse files
committed
Disable flipflopping tests in CI
1 parent f1d3698 commit bb8f6dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ await RepositoryManager
129129
repositoryManagerListener.DidNotReceive().OnLocksUpdated(Args.EnumerableGitLock);
130130
}
131131

132-
[Test]
132+
[Test, Category("TimeSensitive")]
133133
public async Task ShouldDetectBranchChange()
134134
{
135135
await Initialize(TestRepoMasterCleanSynchronized);
@@ -282,7 +282,7 @@ public async Task ShouldDetectChangesToRemotes()
282282
repositoryManagerListener.DidNotReceive().OnLocksUpdated(Args.EnumerableGitLock);
283283
}
284284

285-
[Test]
285+
[Test, Category("TimeSensitive")]
286286
public async Task ShouldDetectChangesToRemotesWhenSwitchingBranches()
287287
{
288288
var expectedCloneUrl = "https://github.com/EvilStanleyGoldman/IOTestsRepo.git";
@@ -396,7 +396,7 @@ public async Task ShouldUpdateCloneUrlIfRemoteIsDeleted()
396396
repositoryManagerListener.DidNotReceive().OnLocksUpdated(Args.EnumerableGitLock);
397397
}
398398

399-
[Test]
399+
[Test, Category("TimeSensitive")]
400400
public async Task ShouldDetectGitPull()
401401
{
402402
await Initialize(TestRepoMasterCleanSynchronized);

0 commit comments

Comments
 (0)