Skip to content

Commit

Permalink
Lockfile and Unlockfile are now disabled by default so make it manual…
Browse files Browse the repository at this point in the history
… for test suits
  • Loading branch information
Adrien JUND committed May 11, 2016
1 parent b806898 commit f72cd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DokanNet.Tests/FileInfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ public void OpenRead_WithLargeFileUsingContext_InRandomOrder_CallsApiCorrectly()
#endif
}

[TestMethod, TestCategory(TestCategories.Success)]
[TestMethod, TestCategory(TestCategories.Manual)]
public void OpenRead_WithLockingAndUnlocking_CallsApiCorrectly()
{
var fixture = DokanOperationsFixture.Instance;
Expand Down Expand Up @@ -1432,7 +1432,7 @@ public void OpenWrite_WithFlush_CallsApiCorrectly()
#endif
}

[TestMethod, TestCategory(TestCategories.Success)]
[TestMethod, TestCategory(TestCategories.Manual)]
public void OpenWrite_WithLockingAndUnlocking_CallsApiCorrectly()
{
var fixture = DokanOperationsFixture.Instance;
Expand Down

0 comments on commit f72cd7d

Please sign in to comment.