Skip to content

Commit

Permalink
Trying to fix test #3368
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Nov 10, 2024
1 parent daa015e commit 1d1e086
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import pages.RlpProjectPage
import pages.ReportPage
import pages.ViewReportPage
import pages.modules.ReportCategory
import spock.lang.Ignore
import spock.lang.Shared
import spock.lang.Stepwise

Expand Down Expand Up @@ -699,6 +700,7 @@ class RlpReportingSpec extends StubbedCasSpec {
projectReports.generateButton.empty == true
}

@Ignore
def "When a project target is overdelivered, MERIT will display warnings throughout the workflow"() {
setup:
String projectId = '1'
Expand Down

0 comments on commit 1d1e086

Please sign in to comment.