Skip to content

Commit

Permalink
crazy: disable some more tests as limit of tests in CI has been reach…
Browse files Browse the repository at this point in the history
…ed again
  • Loading branch information
richardtreier committed Oct 2, 2024
1 parent 4bc43a2 commit ce94afb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/test/java/de/sovity/edc/e2e/UiApiWrapperTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ void editAssetOnLiveContract(
}

@Test
@DisabledOnGithub
void checkIdAvailability(E2eScenario scenario, @Provider EdcClient providerClient) {
// arrange
var assetId = scenario.createAsset();
Expand Down Expand Up @@ -645,6 +646,7 @@ void retrieveSingleContractAgreement(
}

@Test
@DisabledOnGithub
void canMakeAnOnDemandDataSourceAvailable(
E2eScenario scenario,
@Provider EdcClient providerClient
Expand Down

0 comments on commit ce94afb

Please sign in to comment.