@@ -2512,6 +2512,7 @@ func TestStatusFile(t *testing.T) {
25122512
25132513// TODO: remove once we have automatic conflict resolution tests
25142514func TestUnstageFile (t * testing.T ) {
2515+ t .Skip ("Multi-mount test fails on Windows CI with access denied errors" )
25152516 ctx := libcontext .BackgroundContextWithCancellationDelayer ()
25162517 defer testCleanupDelayer (ctx , t )
25172518 config1 := libkbfs .MakeTestConfigOrBust (t , "user1" , "user2" )
@@ -2622,6 +2623,7 @@ func TestUnstageFile(t *testing.T) {
26222623}
26232624
26242625func TestSimpleCRNoConflict (t * testing.T ) {
2626+ t .Skip ("Multi-mount test fails on Windows CI with access denied errors" )
26252627 ctx := libcontext .BackgroundContextWithCancellationDelayer ()
26262628 defer testCleanupDelayer (ctx , t )
26272629 config1 := libkbfs .MakeTestConfigOrBust (t , "user1" , "user2" )
@@ -2776,6 +2778,7 @@ func TestSimpleCRNoConflict(t *testing.T) {
27762778}
27772779
27782780func TestSimpleCRConflictOnOpenFiles (t * testing.T ) {
2781+ t .Skip ("Multi-mount test fails on Windows CI with access denied errors" )
27792782 ctx := libcontext .BackgroundContextWithCancellationDelayer ()
27802783 defer testCleanupDelayer (ctx , t )
27812784 config1 := libkbfs .MakeTestConfigOrBust (t , "user1" ,
@@ -2965,6 +2968,7 @@ func TestSimpleCRConflictOnOpenFiles(t *testing.T) {
29652968}
29662969
29672970func TestSimpleCRConflictOnOpenMergedFile (t * testing.T ) {
2971+ t .Skip ("Multi-mount test fails on Windows CI with access denied errors" )
29682972 ctx := libcontext .BackgroundContextWithCancellationDelayer ()
29692973 defer testCleanupDelayer (ctx , t )
29702974 config1 := libkbfs .MakeTestConfigOrBust (t , "user1" ,
0 commit comments