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
129
129
repositoryManagerListener . DidNotReceive ( ) . OnLocksUpdated ( Args . EnumerableGitLock ) ;
130
130
}
131
131
132
- [ Test ]
132
+ [ Test , Category ( "TimeSensitive" ) ]
133
133
public async Task ShouldDetectBranchChange ( )
134
134
{
135
135
await Initialize ( TestRepoMasterCleanSynchronized ) ;
@@ -282,7 +282,7 @@ public async Task ShouldDetectChangesToRemotes()
282
282
repositoryManagerListener . DidNotReceive ( ) . OnLocksUpdated ( Args . EnumerableGitLock ) ;
283
283
}
284
284
285
- [ Test ]
285
+ [ Test , Category ( "TimeSensitive" ) ]
286
286
public async Task ShouldDetectChangesToRemotesWhenSwitchingBranches ( )
287
287
{
288
288
var expectedCloneUrl = "https://github.com/EvilStanleyGoldman/IOTestsRepo.git" ;
@@ -396,7 +396,7 @@ public async Task ShouldUpdateCloneUrlIfRemoteIsDeleted()
396
396
repositoryManagerListener . DidNotReceive ( ) . OnLocksUpdated ( Args . EnumerableGitLock ) ;
397
397
}
398
398
399
- [ Test ]
399
+ [ Test , Category ( "TimeSensitive" ) ]
400
400
public async Task ShouldDetectGitPull ( )
401
401
{
402
402
await Initialize ( TestRepoMasterCleanSynchronized ) ;
You can’t perform that action at this time.
0 commit comments