diff --git a/tests/e2e/bcd_consumer_integration_test.go b/tests/e2e/bcd_consumer_integration_test.go index 832a2a6..545da6e 100644 --- a/tests/e2e/bcd_consumer_integration_test.go +++ b/tests/e2e/bcd_consumer_integration_test.go @@ -300,6 +300,8 @@ func (s *BCDConsumerIntegrationTestSuite) Test5ActivateDelegation() { } func (s *BCDConsumerIntegrationTestSuite) Test6ConsumerFPRewards() { + // TODO: remove this once the contract is updated to support updated reward distribution mechanism + s.T().Skip("Skipping rewards test temporarily - wip to support updated reward distribution mechanism") // Query consumer finality providers consumerFp, err := s.babylonController.QueryConsumerFinalityProvider(consumerID, bbn.NewBIP340PubKeyFromBTCPK(czFpBTCPK).MarshalHex()) s.Require().NoError(err)