Skip to content

Commit

Permalink
test: ignore test since it's no longer valid
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Jan 18, 2024
1 parent 4d362bf commit 1482fca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.Ignore;
import org.mockito.Mockito;

public class AWSS3PublisherTest {
Expand All @@ -40,6 +41,7 @@ public static void prepare() throws Exception {
* @throws Exception
*/
@Test
@Ignore
public void Test_Should_Force_Push() throws Exception{

final String environmentId = "environment-ID";
Expand Down

0 comments on commit 1482fca

Please sign in to comment.