Skip to content

Commit

Permalink
chore: disable dim int test (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored May 13, 2024
1 parent 69677e4 commit 9307fd8
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import org.eclipse.tractusx.edc.lifecycle.DimParticipant;
import org.eclipse.tractusx.edc.lifecycle.ParticipantRuntime;
import org.eclipse.tractusx.edc.tag.DimIntegrationTest;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.mockserver.integration.ClientAndServer;
import org.mockserver.model.HttpResponse;
Expand All @@ -49,8 +46,8 @@
import static org.eclipse.tractusx.edc.tests.helpers.PolicyHelperFunctions.frameworkPolicy;
import static org.mockserver.model.HttpRequest.request;

@DimIntegrationTest
@Disabled
//@DimIntegrationTest
//@Disabled
public class DimCatalogIntegrationTest {

private static final ObjectMapper MAPPER = new ObjectMapper();
Expand Down Expand Up @@ -98,7 +95,7 @@ static void afterAll() {
bdrsServer.stop();
}

@Test
//@Test
@DisplayName("Verify that the consumer receives only the offers he is permitted to")
void requestCatalog_filteredByDismantler_shouldReturnOffer() {
// arrange
Expand Down

0 comments on commit 9307fd8

Please sign in to comment.