Skip to content

Commit

Permalink
ci: commented test to check runner memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiFilippov committed Oct 16, 2024
1 parent d48e8b0 commit d392805
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,22 @@ public void givenNewProjectCreatedBuiltWhenRunSbomThenSbomIsGeneratedInConsole()
Fixture.thenCheckResultInConsole();
}

@Test
public void givenNewProjectCreatedBuiltWhenRunSBOMtoolRedirectOutputToFileThenCheckConsoleAndSbomFile()
throws Exception
{
Fixture.givenNewEspressifIDFProjectIsSelected("EspressIf", "Espressif IDF Project");
Fixture.givenProjectNameIs("NewProjectSbomThirdTest");
Fixture.whenNewProjectIsSelected();
Fixture.whenProjectIsBuiltUsingContextMenu();
Fixture.whenOpenSbomTool();
Fixture.whenRedirectOutputToTheFileClicked();
Fixture.whenRunSbomTool();
Fixture.thenCheckInConsole();
Fixture.whenRefreshProject();
Fixture.thenOpenSbomFile();
Fixture.thenCheckSbomFile();
}
// @Test
// public void givenNewProjectCreatedBuiltWhenRunSBOMtoolRedirectOutputToFileThenCheckConsoleAndSbomFile()
// throws Exception
// {
// Fixture.givenNewEspressifIDFProjectIsSelected("EspressIf", "Espressif IDF Project");
// Fixture.givenProjectNameIs("NewProjectSbomThirdTest");
// Fixture.whenNewProjectIsSelected();
// Fixture.whenProjectIsBuiltUsingContextMenu();
// Fixture.whenOpenSbomTool();
// Fixture.whenRedirectOutputToTheFileClicked();
// Fixture.whenRunSbomTool();
// Fixture.thenCheckInConsole();
// Fixture.whenRefreshProject();
// Fixture.thenOpenSbomFile();
// Fixture.thenCheckSbomFile();
// }

@Test
public void givenNewProjectCreatedBuiltWhenOpenSbomAndCleanProjectDescriptionPathThenCheckPathValidation()
Expand Down

0 comments on commit d392805

Please sign in to comment.