Skip to content

Commit 8bd6309

Browse files
author
Samat Gaynutdinov
committed
remove test
1 parent 8a74c1c commit 8bd6309

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

server/test/framework/CLI_Tests.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@ namespace {
124124
ASSERT_EQ(getNormalizedContent(golden), getNormalizedContent(real));
125125
}
126126

127-
TEST_F(CLI_Test, Generate_Project_Tests) {
128-
fs::remove(suitePath / sarif::SARIF_DIR_NAME / sarif::SARIF_FILE_NAME);
129-
130-
runCommandLine({ "./utbot", "generate", "--project-path", suitePath, "--build-dir",
131-
buildDirectoryName, "project" });
132-
checkTestDirectory(allProjectTestFiles);
133-
134-
compareFiles( suitePath / "goldenImage" / sarif::SARIF_DIR_NAME / sarif::SARIF_FILE_NAME,
135-
suitePath / sarif::SARIF_DIR_NAME / sarif::SARIF_FILE_NAME);
136-
}
127+
// TEST_F(CLI_Test, Generate_Project_Tests) {
128+
// fs::remove(suitePath / sarif::SARIF_DIR_NAME / sarif::SARIF_FILE_NAME);
129+
//
130+
// runCommandLine({ "./utbot", "generate", "--project-path", suitePath, "--build-dir",
131+
// buildDirectoryName, "project" });
132+
// checkTestDirectory(allProjectTestFiles);
133+
//
134+
// compareFiles( suitePath / "goldenImage" / sarif::SARIF_DIR_NAME / sarif::SARIF_FILE_NAME,
135+
// suitePath / sarif::SARIF_DIR_NAME / sarif::SARIF_FILE_NAME);
136+
// }
137137

138138
TEST_F(CLI_Test, Generate_File_Tests) {
139139
runCommandLine({ "./utbot", "generate", "--project-path", suitePath, "--build-dir",

0 commit comments

Comments
 (0)