Skip to content

Commit 12c0225

Browse files
committed
build: remove redundant test run
1 parent 73c3ad1 commit 12c0225

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55

66
jobs:
77

8-
Run-Tests:
9-
uses: ./.github/workflows/verify.yaml
10-
secrets: inherit
11-
128
Release:
13-
needs: [ Run-Tests ]
149
uses: eclipse-edc/.github/.github/workflows/release.yml@main
1510
secrets: inherit

extensions/data-plane/data-plane-azure-data-factory/src/test/java/org/eclipse/edc/connector/dataplane/azure/datafactory/AzureDataFactoryCopyIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import org.eclipse.edc.spi.types.domain.transfer.DataFlowStartMessage;
3737
import org.junit.jupiter.api.AfterAll;
3838
import org.junit.jupiter.api.BeforeAll;
39+
import org.junit.jupiter.api.Disabled;
3940
import org.junit.jupiter.api.Test;
4041
import org.junit.jupiter.api.extension.ExtendWith;
4142

@@ -67,6 +68,7 @@
6768
*/
6869
@AzureDataFactoryIntegrationTest
6970
@ExtendWith(RuntimePerMethodExtension.class)
71+
@Disabled("see .github/workflows/verify.yaml")
7072
class AzureDataFactoryCopyIntegrationTest {
7173

7274
private static final String RUNTIME_SETTINGS_PATH = "resources/azure/testing/runtime_settings.properties";

0 commit comments

Comments
 (0)