Commit 0c8fa8b
committed
[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.1 parent 230ab08 commit 0c8fa8b
1 file changed
Lines changed: 5 additions & 1 deletion
File tree
- contrib/storage-jdbc/src/test/java/org/apache/drill/exec/store/jdbc
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
0 commit comments