run blob tx system tests

and skip system tests that use blob indexer
This commit is contained in:
Roy Crihfield 2024-07-26 18:59:51 +08:00
parent bbd477a3b5
commit ddd54ac39a

View File

@ -14,7 +14,7 @@ on:
env:
SO_VERSION: v1.1.0-36d4969-202407091537
FIXTURENET_ETH_STACKS_REF: roysc/set-validator-creds
SYSTEM_TESTS_REF: roysc/test-withdrawals
SYSTEM_TESTS_REF: roysc/test-blob-tx
jobs:
test:
@ -105,7 +105,7 @@ jobs:
run: |
pip install pytest
pip install -r requirements.txt
pytest -vv
pytest -vv -m "not blob_data"
- name: Run testnet stack without statediff
env: