Skip to content

Commit

Permalink
AP_GSOF: Disable packet1 test for now
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jul 31, 2024
1 parent a3dec9b commit c25b6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_GSOF/tests/test_gsof.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c25b6c9

Please sign in to comment.