Skip to content

Commit

Permalink
tests: comment out unfinished tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Mar 16, 2024
1 parent a04821a commit 997c5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ int main()
tests.push_back(std::make_unique<ContentTest>());
tests.push_back(std::make_unique<FakeManifestTest>());
tests.push_back(std::make_unique<FakeManifestUpgradeTest>());
tests.push_back(std::make_unique<PackagesSortedTest>());
tests.push_back(std::make_unique<RepoAddAndRemoveTest>());
// tests.push_back(std::make_unique<PackagesSortedTest>());
// tests.push_back(std::make_unique<RepoAddAndRemoveTest>());

// main test loop that goes through all our tests, and prints out
// their status with a happy friendly emoji
Expand Down

0 comments on commit 997c5b0

Please sign in to comment.