aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/core/GpgCoreTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/core/GpgCoreTest.cpp')
-rw-r--r--src/test/core/GpgCoreTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/core/GpgCoreTest.cpp b/src/test/core/GpgCoreTest.cpp
index ff51ae3d..b00e5c0e 100644
--- a/src/test/core/GpgCoreTest.cpp
+++ b/src/test/core/GpgCoreTest.cpp
@@ -55,9 +55,9 @@ void GpgCoreTest::import_private_keys(const libconfig::Setting& root) {
void GpgCoreTest::TearDown() {}
void GpgCoreTest::SetUp() {
- libconfig::Config cfg;
- ASSERT_NO_THROW(cfg.readFile(config_path_.string()));
- auto& root = cfg.getRoot();
- import_private_keys(root);
+ // libconfig::Config cfg;
+ // ASSERT_NO_THROW(cfg.readFile(config_path_.string()));
+ // auto& root = cfg.getRoot();
+ // import_private_keys(root);
}
} // namespace GpgFrontend::Test