File tree Expand file tree Collapse file tree
client-legacy/src/test/java/com/influxdb/client/flux Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737import org .assertj .core .api .Assertions ;
3838import org .junit .jupiter .api .BeforeEach ;
3939import org .junit .jupiter .api .Test ;
40+ import org .junit .jupiter .api .condition .DisabledIfSystemProperty ;
4041import org .junit .platform .runner .JUnitPlatform ;
4142import org .junit .runner .RunWith ;
4243
@@ -144,6 +145,8 @@ void chunkedCancel() {
144145 }
145146
146147 @ Test
148+ //https://github.com/influxdata/flux/issues/2505
149+ @ DisabledIfSystemProperty (named = "os.arch" , matches = "aarch64" )
147150 void query () {
148151
149152 String flux = FROM_FLUX_DATABASE + "\n "
@@ -187,6 +190,8 @@ void error() {
187190 }
188191
189192 @ Test
193+ //https://github.com/influxdata/flux/issues/2505
194+ @ DisabledIfSystemProperty (named = "os.arch" , matches = "aarch64" )
190195 void callback () {
191196
192197 countDownLatch = new CountDownLatch (3 );
You can’t perform that action at this time.
0 commit comments