Skip to content

Commit

Permalink
disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrauner-da committed Aug 14, 2024
1 parent c396144 commit f53eb4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/daml-script/test/daml/upgrades/ContractKeys.daml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ main = tests
, ("Fetching an unchanged old key for a new contract", fetchKeyUnchanged)
, ("ExerciseByKey in Update an unchanged old key for a new contract", exerciseUpdateKeyUnchanged)
, ("Query an Upgraded old key for a new contract", queryKeyUpgraded)
, ("ExerciseByKey command an Upgraded old key for a new contract", exerciseCmdKeyUpgraded)
-- TODO(https://github.com/digital-asset/daml/issues/19782): re-enable this test once the issue is fixed
-- , ("ExerciseByKey command an Upgraded old key for a new contract", exerciseCmdKeyUpgraded)
, ("Fetching an Upgraded old key for a new contract", fetchKeyUpgraded)
, ("ExerciseByKey in Update an Upgraded old key for a new contract", exerciseUpdateKeyUpgraded)
]
Expand Down

0 comments on commit f53eb4f

Please sign in to comment.