Blob Blame History Raw
diff -up mongo-cxx-driver-r3.3.1/src/mongocxx/test/spec/gridfs.cpp.arm-disable-gridfs-tests mongo-cxx-driver-r3.3.1/src/mongocxx/test/spec/gridfs.cpp
--- mongo-cxx-driver-r3.3.1/src/mongocxx/test/spec/gridfs.cpp.arm-disable-gridfs-tests	2018-10-19 09:08:40.673618961 +0200
+++ mongo-cxx-driver-r3.3.1/src/mongocxx/test/spec/gridfs.cpp	2018-10-19 09:09:22.119267873 +0200
@@ -494,6 +494,7 @@ void run_gridfs_tests_in_file(std::strin
     }
 }
 
+#ifndef __arm__ // Disable GridFS tests on arm
 TEST_CASE("GridFS spec automated tests", "[gridfs_spec]") {
     instance::current();
 
@@ -524,4 +525,5 @@ TEST_CASE("GridFS spec automated tests",
         run_gridfs_tests_in_file(path + "/" + test_file, &client);
     }
 }
+#endif
 }  // namespace