Skip to content

Commit

Permalink
Remove repeatedtest annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-subbotin committed Aug 5, 2024
1 parent 5b76795 commit 1777053
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import net.corda.restclient.generated.models.RestRegistrationRequestStatus.Regis
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.AfterEach
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.RepeatedTest
import org.junit.jupiter.api.Test

class SetupNetworkJourneyTest : SmokeTestBase() {
Expand Down Expand Up @@ -57,7 +56,7 @@ class SetupNetworkJourneyTest : SmokeTestBase() {
verifyRedeployNetwork(staticCpiNames, isStaticNetwork = true, myCorDappCpiChecksum)
}

@RepeatedTest(20)
@Test
fun setupDynamicNetworkVerifyVNodesAndCPIsThenRedeploy() {
// Create a static network
val vNodeSetupResult = executeWithRunner(
Expand Down

0 comments on commit 1777053

Please sign in to comment.