run blob tx system tests
and skip system tests that use blob indexer
This commit is contained in:
parent
95beee2714
commit
17e84ce4cd
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
@ -14,7 +14,7 @@ on:
|
||||
env:
|
||||
SO_VERSION: v1.1.0-36d4969-202407091537
|
||||
FIXTURENET_ETH_STACKS_REF: main
|
||||
SYSTEM_TESTS_REF: main
|
||||
SYSTEM_TESTS_REF: roysc/test-blob-tx
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -105,7 +105,8 @@ jobs:
|
||||
run: |
|
||||
pip install pytest
|
||||
pip install -r requirements.txt
|
||||
pytest -vv
|
||||
# Skips tests that require Blob indexing
|
||||
pytest -vv -m "not blob_db"
|
||||
|
||||
- name: Run testnet stack without statediff
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user