Skip to content

Commit

Permalink
[Test] Turn off CSE for the 'patternMatching' test
Browse files Browse the repository at this point in the history
  • Loading branch information
effectfully committed Jun 27, 2024
1 parent b63c544 commit e5a3422
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plutus-tx-plugin/test/AsData/Budget/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:context-level=0 #-}
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:defer-errors #-}
-- CSE is very unstable and produces different output, likely depending on the version of either
-- @unordered-containers@ or @hashable@.
{-# OPTIONS_GHC -fplugin-opt PlutusTx.Plugin:max-cse-iterations=0 #-}

module AsData.Budget.Spec where

Expand Down

0 comments on commit e5a3422

Please sign in to comment.