@@ -124,16 +124,16 @@ namespace {
124
124
ASSERT_EQ (getNormalizedContent (golden), getNormalizedContent (real));
125
125
}
126
126
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
+ // }
137
137
138
138
TEST_F (CLI_Test, Generate_File_Tests) {
139
139
runCommandLine ({ " ./utbot" , " generate" , " --project-path" , suitePath, " --build-dir" ,
0 commit comments