Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR UPDATE] Disable TestJdbcPluginWithMSSQL when not on amd64. (#2557
) * [MINOR UPDATE] Disable TestJdbcPluginWithMSSQL when not on amd64. * Try using DisabledIf... instead of EnabledIf.. at class level. * Try adding EnabledIf... annotation to static setup and teardown methods. * Try adding a manual bypass to the @BeforeClass method. * Try using method-level EnabledIf... annotations. * Try to disable using os.arch = "aarch_64". * Try using org.junit.Assume instead of annotations.
- Loading branch information