@@ -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