Skip to content

Commit

Permalink
Merge pull request #2986 from Gkrumbach07/task/RHOAIENG-9665-remove-f…
Browse files Browse the repository at this point in the history
…laky-compare-runs-test

remove flaky compare runs test
  • Loading branch information
openshift-merge-bot[bot] authored Jul 9, 2024
2 parents 09cfd46 + 187243b commit fff6250
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,18 +294,6 @@ describe('Compare runs', () => {
.should('exist');
});

it('displays ROC curve filter table with correct artifacts', () => {
compareRunsMetricsContent.findRocCurveTab().click();
const content = compareRunsMetricsContent.findRocCurveTabContent();

const row = content.getRocCurveRowByName('wine-classification > metrics');
row.findRunName().should('contain.text', 'Run 1');
content.findRocCurveGraph().should('include.text', '#1');

row.findRowCheckbox().uncheck();
content.findRocCurveGraph().should('not.include.text', '#1');
});

it('displays ROC curve empty state when no artifacts are found', () => {
compareRunsMetricsContent.findRocCurveTab().click();
const content = compareRunsMetricsContent.findRocCurveTabContent();
Expand Down

0 comments on commit fff6250

Please sign in to comment.