Skip to content

Commit bf0471a

Browse files
committed
Disable FileSequentialWrite test
1 parent b8b1999 commit bf0471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Functional/streams/ostream_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ TEST(iostream_container_buffer2)
242242
}).wait();
243243
}
244244
}
245-
TEST(FileSequentialWrite, "Ignore:Linux", "TFS#623951")
245+
TEST(FileSequentialWrite, "Ignore", "TFS#626173")
246246
{
247247
auto open = OPENSTR_W<uint8_t>(U("WriteFileSequential.txt"), std::ios::app | std::ios::out);
248248
auto stream = open.get();

0 commit comments

Comments
 (0)