mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: memfs: disable test that fails with --oplock option
This commit is contained in:
parent
54050c7e1d
commit
4fc740588e
@ -444,6 +444,10 @@ static void stream_create_overwrite_dotest(ULONG Flags, PWSTR Prefix)
|
|||||||
|
|
||||||
static void stream_create_overwrite_test(void)
|
static void stream_create_overwrite_test(void)
|
||||||
{
|
{
|
||||||
|
if (OptOplock)
|
||||||
|
/* this test fails with oplocks */
|
||||||
|
return;
|
||||||
|
|
||||||
if (NtfsTests)
|
if (NtfsTests)
|
||||||
{
|
{
|
||||||
WCHAR DirBuf[MAX_PATH];
|
WCHAR DirBuf[MAX_PATH];
|
||||||
@ -2280,7 +2284,8 @@ void stream_dirnotify_test(void)
|
|||||||
void stream_tests(void)
|
void stream_tests(void)
|
||||||
{
|
{
|
||||||
TEST(stream_create_test);
|
TEST(stream_create_test);
|
||||||
TEST(stream_create_overwrite_test);
|
if (!OptOplock)
|
||||||
|
TEST(stream_create_overwrite_test);
|
||||||
TEST(stream_create_related_test);
|
TEST(stream_create_related_test);
|
||||||
TEST(stream_create_sd_test);
|
TEST(stream_create_sd_test);
|
||||||
TEST(stream_create_share_test);
|
TEST(stream_create_share_test);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user