Skip to content

Commit

Permalink
re-enable temporarily disabled tests (#19303)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrauner-da authored May 30, 2024
1 parent dd76e2d commit 3a68da1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,8 @@ abstract class UpgradesSpec(val suffix: String)
val (testPackageV1Id, uploadV1Result) = v1
val (testPackageV2Id, uploadV2Result) = v2
if (disableUpgradeValidation) {
// TODO: Re-enable these checks once # goes in
// cantonLogSrc should include(s"Skipping upgrade validation for package $testPackageV1Id")
// cantonLogSrc should include(s"Skipping upgrade validation for package $testPackageV2Id")
cantonLogSrc should include(s"Skipping upgrade validation for package $testPackageV1Id")
cantonLogSrc should include(s"Skipping upgrade validation for package $testPackageV2Id")
cantonLogSrc should not include regex(
s"The DAR contains a package which claims to upgrade another package, but basic checks indicate the package is not a valid upgrade."
)
Expand Down

0 comments on commit 3a68da1

Please sign in to comment.