Skip to content

Commit

Permalink
CI - Disable IPC batching for now until read/write test are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Mar 19, 2024
1 parent aef92bc commit 69e3d88
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions samples/mirror_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ $Configs = @(
"Destination" = "$($DokanDriverLetter):";
"Name" = "driveRemovable";
},
@{
"MirrorArguments" = "/l $DokanDriverLetter /g";
"Destination" = "$($DokanDriverLetter):";
"Name" = "ipcBatching";
},
@{
"MirrorArguments" = "/l $DokanDriverLetter /o";
"Destination" = "$($DokanDriverLetter):";
Expand Down

0 comments on commit 69e3d88

Please sign in to comment.