Example usage for org.apache.hadoop.fs.contract ContractTestUtils skip

List of usage examples for org.apache.hadoop.fs.contract ContractTestUtils skip

Introduction

In this page you can find the example usage for org.apache.hadoop.fs.contract ContractTestUtils skip.

Prototype

public static void skip(String message) 

Source Link

Document

report a test has been skipped for some reason.

Usage

From source file:com.google.cloud.hadoop.fs.gcs.contract.TestGoogleContractCreate.java

License:Open Source License

@Override
public void testOverwriteEmptyDirectory() throws Throwable {
    ContractTestUtils.skip("blobstores can't distinguish empty directories from files");
}

From source file:com.google.cloud.hadoop.fs.gcs.contract.TestGoogleContractRootDirectory.java

License:Open Source License

@Override
public void testMkDirDepth1() throws Throwable {
    ContractTestUtils.skip("disabled due to not being friendly for concurrent tests");
}

From source file:com.google.cloud.hadoop.fs.gcs.contract.TestGoogleContractRootDirectory.java

License:Open Source License

@Override
public void testRmEmptyRootDirNonRecursive() throws Throwable {
    ContractTestUtils.skip("disabled due to not being friendly for concurrent tests");
}

From source file:com.google.cloud.hadoop.fs.gcs.contract.TestGoogleContractRootDirectory.java

License:Open Source License

@Override
public void testRmRootRecursive() throws Throwable {
    ContractTestUtils.skip("disabled due to not being friendly for concurrent tests");
}