From d859e9aa55685b5e68f5531b3be07f6f4918ad4f Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Tue, 30 Jul 2024 20:42:26 -0600 Subject: [PATCH] AP_GSOF: Disable packet1 test for now Signed-off-by: Ryan Friedman --- libraries/AP_GSOF/tests/test_gsof.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_GSOF/tests/test_gsof.cpp b/libraries/AP_GSOF/tests/test_gsof.cpp index 628a6bf136..549b9169c3 100644 --- a/libraries/AP_GSOF/tests/test_gsof.cpp +++ b/libraries/AP_GSOF/tests/test_gsof.cpp @@ -21,6 +21,7 @@ TEST(AP_GSOF, incomplete_packet) TEST(AP_GSOF, packet1) { + GTEST_SKIP() << "There is not yet a convention for loading in a data file in a cross-platform way in AP for unit tests"; FILE* fp = std::fopen("libraries/AP_GSOF/tests/gsof_gps.dat", "rb"); EXPECT_NE(fp, nullptr); AP_GSOF gsof;