Skip to content

Commit

Permalink
skip test_versiondb_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 15, 2024
1 parent 9f94d69 commit 824b5af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/test_versiondb.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import shutil
import tempfile

import pytest
import tomlkit
from pystarport import ports

from .network import Cronos
from .utils import ADDRS, send_transaction, wait_for_port


@pytest.mark.skip(reason="versiondb migration don't support iavl v1 yet")
def test_versiondb_migration(cronos: Cronos):
"""
test versiondb migration commands.
Expand Down

0 comments on commit 824b5af

Please sign in to comment.