This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/tests/IntegrationTests/Events Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments