Skip to content

Commit

Permalink
skip upload_to_stage
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Oct 20, 2024
1 parent 0defa49 commit 6ea51fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Test with conn to nginx
run: mvn test -DexcludedGroups=FLAKY
run: mvn test -DexcludedGroups=FLAKY,SKIP_NGINX
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
DATABEND_TEST_CONN_PORT: 8010
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void testFileTransfer()
}
}

@Test(groups = {"Local"})
@Test(groups = {"Local", "SKIP_NGINX"})
public void testFileTransferThroughAPI() {
String filePath = generateRandomCSV(100000);
File f = new File(filePath);
Expand Down

0 comments on commit 6ea51fc

Please sign in to comment.