Skip to content

Commit

Permalink
Exclude KafkaToKafkaIT from integration tests.
Browse files Browse the repository at this point in the history
Temporarily excluding a new IT as it's not working (and the template is not in use yet anyway).

PiperOrigin-RevId: 630527331
  • Loading branch information
anikin authored and cloud-teleport committed May 3, 2024
1 parent 634fb33 commit 7939984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
--it-project="cloud-teleport-testing" \
--it-artifact-bucket="cloud-teleport-testing-it-gitactions" \
--it-private-connectivity="datastream-private-connect-us-central1" \
--it-release=true \
--it-release=false \
--it-retry-failures=2
- name: Upload Tests Report
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@
<includes>
<include>**/*IT.java</include>
</includes>
<excludes>
<exclude>**/KafkaToKafkaIT.java</exclude>
</excludes>
<excludedGroups>${direct-runner.tests}</excludedGroups>
<groups>
${integration.tests}
Expand Down

0 comments on commit 7939984

Please sign in to comment.