From e61f0f772633a57a6ebb7dea496dcc21f943ca7b Mon Sep 17 00:00:00 2001 From: "anatoly@nspcc.ru" Date: Wed, 15 Jul 2020 00:36:12 +0300 Subject: [PATCH] remove payment steps from object test --- robot/testsuites/integration/object_complex.robot | 8 ++++---- robot/testsuites/integration/object_simple.robot | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/robot/testsuites/integration/object_complex.robot b/robot/testsuites/integration/object_complex.robot index bd07d6f..a9025ac 100644 --- a/robot/testsuites/integration/object_complex.robot +++ b/robot/testsuites/integration/object_complex.robot @@ -20,10 +20,10 @@ NeoFS Complex Object Operations ${PRIV_KEY} = Generate Neo private key ${PUB_KEY} = Get Neo public key ${PRIV_KEY} ${ADDR} = Get Neo address ${PRIV_KEY} - ${TX} = Request NeoFS Deposit ${PUB_KEY} - Wait Until Keyword Succeeds 1 min 15 sec - ... Transaction accepted in block ${TX} - Get Transaction ${TX} +# ${TX} = Request NeoFS Deposit ${PUB_KEY} +# Wait Until Keyword Succeeds 1 min 15 sec +# ... Transaction accepted in block ${TX} +# Get Transaction ${TX} # Due to develop branch with zero-payment for container and different blockchains for payment. # Temporarily removed. # ${BALANCE} = Wait Until Keyword Succeeds 10 min 1 min diff --git a/robot/testsuites/integration/object_simple.robot b/robot/testsuites/integration/object_simple.robot index e510379..748ac64 100644 --- a/robot/testsuites/integration/object_simple.robot +++ b/robot/testsuites/integration/object_simple.robot @@ -21,10 +21,10 @@ NeoFS Simple Object Operations ${PRIV_KEY} = Generate Neo private key ${PUB_KEY} = Get Neo public key ${PRIV_KEY} ${ADDR} = Get Neo address ${PRIV_KEY} - ${TX} = Request NeoFS Deposit ${PUB_KEY} - Wait Until Keyword Succeeds 1 min 15 sec - ... Transaction accepted in block ${TX} - Get Transaction ${TX} +# ${TX} = Request NeoFS Deposit ${PUB_KEY} +# Wait Until Keyword Succeeds 1 min 15 sec +# ... Transaction accepted in block ${TX} +# Get Transaction ${TX} # Due to develop branch with zero-payment for container and different blockchains for payment. # Temporarily removed. # ${BALANCE} = Wait Until Keyword Succeeds 10 min 1 min