Skip to content

Commit

Permalink
disable, again, scenario STAKE_POOLS_JOIN_04
Browse files Browse the repository at this point in the history
We haven't quite found the source of the issue... this is puzzling.
  • Loading branch information
KtorZ committed Jun 27, 2020
1 parent 05f4676 commit 5102817
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import Data.Quantity
import Data.Text.Class
( toText )
import Test.Hspec
( SpecWith, describe, it, shouldBe, shouldSatisfy )
( SpecWith, describe, it, shouldBe, shouldSatisfy, pendingWith )
import Test.Integration.Framework.DSL
( Context (..)
, Headers (..)
Expand Down Expand Up @@ -266,6 +266,10 @@ spec = do
]

it "STAKE_POOLS_JOIN_04 - Rewards accumulate and stop" $ \ctx -> do
pendingWith
"Somehow, we can't get the cluster to produce rewards. Everyone \
\is clueless, including the node's guys. The reward balance seems \
\to work fine on the Shelley testnet though.."
w <- fixtureWallet ctx
pool:_ <- map (view #id) . snd
<$> unsafeRequest @[ApiStakePool] ctx (Link.listStakePools arbitraryStake) Empty
Expand Down

0 comments on commit 5102817

Please sign in to comment.