Skip to content

Commit

Permalink
disable integration test as this will fail on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSapps committed Apr 3, 2015
1 parent 9b450a7 commit ae11f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TEST(LvlArchive, FileNotFound)
ASSERT_THROW(Oddlib::LvlArchive("not_found.lvl"), Oddlib::Exception);
}

TEST(LvlArchive, Integration)
TEST(LvlArchive, DISABLED_Integration)
{
// Load AE lvl
Oddlib::LvlArchive lvl("MI.LVL");
Expand Down

0 comments on commit ae11f97

Please sign in to comment.