Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 9aa635b

Browse files
committed
Ignore S3 test for now
1 parent 125ed14 commit 9aa635b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/test/java/storageconnector/S3DBConnectorTest.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212

1313
import org.apache.log4j.Logger;
1414
import org.javatuples.Pair;
15-
import org.junit.After;
16-
import org.junit.AfterClass;
17-
import org.junit.Before;
18-
import org.junit.BeforeClass;
19-
import org.junit.Test;
15+
import org.junit.*;
2016

2117
import crypto.CryptoProvider.EncryptionAlgorithm;
2218
import exceptions.FBaseException;
@@ -31,6 +27,7 @@
3127
import model.data.MessageID;
3228
import model.data.NodeID;
3329

30+
@Ignore // remove when credentials are set
3431
public class S3DBConnectorTest {
3532

3633
private static final Logger logger = Logger.getLogger(S3DBConnectorTest.class);

0 commit comments

Comments
 (0)