1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 06:22:42 +01:00

libstore-tests: Restore commented out tests

This commit is contained in:
Sergei Zimmerman 2025-08-11 19:42:39 +03:00
parent 2c38ad2cfa
commit 73ebdf2497
No known key found for this signature in database
4 changed files with 14 additions and 28 deletions

View file

@ -1,9 +1,8 @@
// FIXME: Odd failures for templates that are causing the PR to break
// for now with discussion with @Ericson2314 to comment out.
#if 0
# include <gtest/gtest.h>
#include <gtest/gtest.h>
# include "nix/store/ssh-store.hh"
#include "nix/store/ssh-store.hh"
#include "nix/util/config-impl.hh"
#include "nix/util/abstract-setting-to-json.hh"
namespace nix {
@ -51,5 +50,4 @@ TEST(MountedSSHStore, constructConfig)
}));
}
}
#endif
} // namespace nix