Skip to content

Commit f72cd7d

Browse files
author
Adrien JUND
committed
Lockfile and Unlockfile are now disabled by default so make it manual for test suits
1 parent b806898 commit f72cd7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DokanNet.Tests/FileInfoTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ public void OpenRead_WithLargeFileUsingContext_InRandomOrder_CallsApiCorrectly()
10951095
#endif
10961096
}
10971097

1098-
[TestMethod, TestCategory(TestCategories.Success)]
1098+
[TestMethod, TestCategory(TestCategories.Manual)]
10991099
public void OpenRead_WithLockingAndUnlocking_CallsApiCorrectly()
11001100
{
11011101
var fixture = DokanOperationsFixture.Instance;
@@ -1432,7 +1432,7 @@ public void OpenWrite_WithFlush_CallsApiCorrectly()
14321432
#endif
14331433
}
14341434

1435-
[TestMethod, TestCategory(TestCategories.Success)]
1435+
[TestMethod, TestCategory(TestCategories.Manual)]
14361436
public void OpenWrite_WithLockingAndUnlocking_CallsApiCorrectly()
14371437
{
14381438
var fixture = DokanOperationsFixture.Instance;

0 commit comments

Comments
 (0)