Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable test for backwards compatibilty in DB IT #6075

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

corneil
Copy link
Contributor

@corneil corneil commented Nov 15, 2024

Adds @Disabled to migration testing backwards compatibility

Adds `@Disabled` to migration testing backwards compatibility
@corneil corneil added the review/at-least-one Only one reviewer is required to merge this PR. label Nov 15, 2024
@corneil corneil requested review from cppwfs and onobc November 15, 2024 09:46
@@ -79,15 +80,16 @@ public void migrationError() {
@SuppressWarnings("deprecation")
@Test
@DataflowMain
public void migration210211() throws URISyntaxException {
@Disabled("Reactivate when 3.1 is released")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind explaining in the PR description why we are disabling it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review/at-least-one Only one reviewer is required to merge this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants