Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: add ConditionalFact IsFileLockingEnabled
  • Loading branch information
tmds committed Oct 7, 2021
commit bb68d384b1ee1fc68b9e1d89af9a4b1c205a0b9d
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public async Task ThrowWhenHandlePositionIsChanged_async()
await ThrowWhenHandlePositionIsChanged(useAsync: true);
}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsFileLockingEnabled))]
public void DeleteOnClose_FailedShareDoesNotDeleteFile()
{
string fileName = GetTestFilePath();
Expand Down