Skip to content

Commit

Permalink
Merge pull request #300
Browse files Browse the repository at this point in the history
Renamed  files in datasafe-examples
  • Loading branch information
francis-pouatcha committed Apr 13, 2024
2 parents 009ae9a + f0cbb26 commit 8dc96de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* filesBucketOne, filesBucketTwo.
*/
@Slf4j
class MultiDfsWithCredentialsExampleTest {
class MultiDfsWithCredentialsExampleIT{

private static final String REGION = "eu-central-1";
private static final ExecutorService EXECUTOR = ExecutorServiceUtil.submitterExecutesOnStarvationExecutingService(4, 4);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*/
@Slf4j
@DisabledIfSystemProperty(named = "SKIP_CEPH", matches = "true")
class BaseUserOperationsWithDefaultDatasafeOnVersionedStorageTest {
class BaseUserOperationsWithDefaultDatasafeOnVersionedStorageIT{

private static final String MY_OWN_FILE_TXT = "my/own/file.txt";

Expand Down

0 comments on commit 8dc96de

Please sign in to comment.