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

chore: disable dim int test #1300

Merged
merged 1 commit into from
May 13, 2024

Conversation

wolf4ood
Copy link
Contributor

WHAT

disable DIM int test

WHY

currenty try to run it in the verify-dim workflow but it fails for missing configuration. For now we just comment it as @Test till we decide to configure it or delete it

FURTHER NOTES

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Closes # <-- insert Issue number if one exists

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@wolf4ood wolf4ood marked this pull request as ready for review May 13, 2024 14:29
@@ -98,7 +95,7 @@ static void afterAll() {
bdrsServer.stop();
}

@Test
//@Test
Copy link
Contributor

Choose a reason for hiding this comment

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

Could it be just @Disabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunatelly no, since this depends on environment variable being there and it still fails in initialization even if it's disabled.

Copy link
Contributor

Choose a reason for hiding this comment

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

that's a bummer! LGTM the way it is then!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah it's ugly, it's marked as removal anyway i doubt that we will have a config for running this nightly

@wolf4ood wolf4ood merged commit 9307fd8 into eclipse-tractusx:main May 13, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

2 participants