Contributed by Steve Loughran. Change-Id: Ifb9771a73a07f744e4ed5f5e6be72473179db439
@@ -107,6 +107,11 @@ public class ITestS3ACommitterFactory extends AbstractCommitITest {
taskConfRef = tContext.getConfiguration();
}
+ @Override
+ public boolean useInconsistentClient() {
+ return false;
+ }
+
@Test
public void testEverything() throws Throwable {
testImplicitFileBinding();