mirror of https://github.com/ArduPilot/ardupilot
AP_GSOF: Disable packet1 test for now
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
c5484d9d62
commit
d859e9aa55
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue