AP_GSOF: Disable packet1 test for now

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2024-07-30 20:42:26 -06:00 committed by Andrew Tridgell
parent c5484d9d62
commit d859e9aa55
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ TEST(AP_GSOF, incomplete_packet)
TEST(AP_GSOF, packet1) 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"); FILE* fp = std::fopen("libraries/AP_GSOF/tests/gsof_gps.dat", "rb");
EXPECT_NE(fp, nullptr); EXPECT_NE(fp, nullptr);
AP_GSOF gsof; AP_GSOF gsof;