From c309b96edd98bdce18506b6dfee1f3209bf6748f Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Mon, 24 May 2021 19:38:36 +0530 Subject: [PATCH] Skip testImportOsm and testDoImport on 32-bit/s390x arch These two tests fail on s390x machines, looks like some 32-bit issues we already have. Probably worth skipping these on 32-bit/s390x arch. Signed-off-by: Utkarsh Gupta --- test/classes/Plugins/Import/ImportShpTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/classes/Plugins/Import/ImportShpTest.php b/test/classes/Plugins/Import/ImportShpTest.php index 7729c4f994..074e1ceed0 100644 --- a/test/classes/Plugins/Import/ImportShpTest.php +++ b/test/classes/Plugins/Import/ImportShpTest.php @@ -117,6 +117,7 @@ class ImportShpTest extends AbstractTestCase * Test for doImport with complex data * * @group medium + * @group 32bit-incompatible */ public function testImportOsm(): void { @@ -151,6 +152,7 @@ class ImportShpTest extends AbstractTestCase * Test for doImport * * @group medium + * @group 32bit-incompatible */ public function testDoImport(): void {