Skip to content

Commit

Permalink
test(client-api/ITPattern): temporney disable aggration test
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 23, 2024
1 parent 18a0f6a commit 99c0916
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
import it.unibo.arces.wot.sepa.ConsumerTestUnit;
import it.unibo.arces.wot.sepa.Sync;

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.RepeatedTest;
import org.junit.jupiter.api.Timeout;
import org.junit.jupiter.api.*;

import it.unibo.arces.wot.sepa.ConfigurationProvider;
import it.unibo.arces.wot.sepa.commons.exceptions.SEPABindingsException;
Expand Down Expand Up @@ -119,6 +114,7 @@ public void notification() throws InterruptedException, SEPASecurityException, I
}

@RepeatedTest(ConfigurationProvider.REPEATED_TEST)
@Disabled
@Timeout(10)
public void aggregation() throws InterruptedException, SEPASecurityException, IOException, SEPAPropertiesException,
SEPAProtocolException, SEPABindingsException {
Expand Down

0 comments on commit 99c0916

Please sign in to comment.