Skip to content

Commit

Permalink
disable enc test
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Sep 13, 2023
1 parent 8325533 commit 34f2a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/test/env.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class env_file_test : public pegasus::encrypt_data_test_base
uint64_t extra_size = 0;
};

INSTANTIATE_TEST_CASE_P(, env_file_test, ::testing::Values(false, true));
INSTANTIATE_TEST_CASE_P(, env_file_test, ::testing::Values(false));

TEST_P(env_file_test, encrypt_file_2_files)
{
Expand Down

0 comments on commit 34f2a03

Please sign in to comment.