Skip to content

Commit

Permalink
Fix disable tests CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed Feb 20, 2025
1 parent 0be9fb0 commit 77708c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integration-tests/relayinterface/chain_components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,12 @@ func DisableTests(it *SolanaChainComponentsInterfaceTester[*testing.T]) {
ContractReaderBatchGetLatestValue,
ContractReaderBatchGetLatestValueDifferentParamsResultsRetainOrder,
ContractReaderBatchGetLatestValueDifferentParamsResultsRetainOrderMultipleContracts,

// events not yet supported
ContractReaderGetLatestValueGetsLatestForEvent,
ContractReaderGetLatestValueBasedOnConfidenceLevelForEvent,
ContractReaderGetLatestValueReturnsNotFoundWhenNotTriggeredForEvent,
ContractReaderGetLatestValueWithFilteringForEvent,
// query key not implemented yet
// ContractReaderQueryKeyNotFound,
// ContractReaderQueryKeyReturnsData,
// query key not fully implemented yet
ContractReaderQueryKeyReturnsDataAsValuesDotValue,
ContractReaderQueryKeyCanLimitResultsWithCursor,
ContractReaderQueryKeysReturnsDataTwoEventTypes,
Expand Down

0 comments on commit 77708c9

Please sign in to comment.