Skip to content

Commit

Permalink
Disable ConsensusPubSubChunkedExample
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Lebedev <[email protected]>
  • Loading branch information
thenswan committed Oct 18, 2023
1 parent 50283e4 commit 9350202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ task runAllExamples {
.map { it.name.replaceAll('\\.java$', '') }
.filter { !it.equals('ValidateChecksumExample') } // disabled this example, because it needs user input (but it WORKS)
.filter { !it.equals('SolidityPrecompileExample') } // doesn't work with hedera-local-node
.filter { !it.equals('ConsensusPubSubChunkedExample') } // doesn't work on CI
.toList()

exampleClasses.each { className ->
Expand Down

0 comments on commit 9350202

Please sign in to comment.