(cherry picked from commit df35e4cc3b0c67bcaa3d809c6cb5a0a2d82986af)
@@ -94,6 +94,7 @@ public class TestFileSystemOperationExceptionHandling
AzureBlobStorageTestAccount testAccount = createTestAccount();
setupInputStreamToTest(testAccount);
inputStream.seek(5);
+ inputStream.read();
}
/*
@@ -91,6 +91,7 @@ public class TestFileSystemOperationsExceptionHandlingMultiThreaded
renameThread.join();
@Test(expected=FileNotFoundException.class)