Temporarily disable failing damlc tests

This commit is contained in:
Dylan Thinnes 2022-08-25 11:36:08 +01:00
parent 05ea7bdb75
commit 87d6b540aa
3 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,9 @@
-- Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
-- Temporarily disable this test to merge #14773
-- Re-enable in subsequent PR
-- @IGNORE
-- @SINCE-LF-FEATURE DAML_INTERFACE
-- | Test interface conversion functions specifically.

View File

@ -1,6 +1,9 @@
-- Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
-- Temporarily disable this test to merge #14773
-- Re-enable in subsequent PR
-- @IGNORE
-- @SINCE-LF-FEATURE DAML_INTERFACE_EXTENDED
-- @ERROR Attempt to fetch or exercise a wrongly typed contract

View File

@ -1,6 +1,9 @@
-- Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
-- Temporarily disable this test to merge #14773
-- Re-enable in subsequent PR
-- @IGNORE
-- @SINCE-LF-FEATURE DAML_INTERFACE_EXTENDED
-- | Try out some upcasts and downcasts, checking that everything works.