drill
[MINOR UPDATE] Disable TestJdbcPluginWithMSSQL when not on amd64.
#2557
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
7
Changes
View On
GitHub
Commits
[MINOR UPDATE] Disable TestJdbcPluginWithMSSQL when not on amd64.
jnturton
committed
2 years ago
Try using DisabledIf... instead of EnabledIf.. at class level.
jnturton
committed
2 years ago
Try adding EnabledIf... annotation to static setup and teardown methods.
jnturton
committed
2 years ago
Try adding a manual bypass to the @BeforeClass method.
jnturton
committed
2 years ago
Try using method-level EnabledIf... annotations.
jnturton
committed
2 years ago
Try to disable using os.arch = "aarch_64".
jnturton
committed
2 years ago
Try using org.junit.Assume instead of annotations.
jnturton
committed
2 years ago
Loading