Skip to content

Commit

Permalink
ci: ignore postgres tests (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW authored Jun 11, 2024
1 parent d6ccc21 commit c29b13b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 103 deletions.
83 changes: 0 additions & 83 deletions .github/workflows/e2e-contracts-postgres.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ jobs:
group: ${{ github.workflow }}-automine-inmemory-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-automine-stratus-postgres:
name: E2E Automine Stratus Postgres
uses: ./.github/workflows/_setup-e2e.yml
with:
justfile_recipe: 'e2e-stratus-postgres automine'

concurrency:
group: ${{ github.workflow }}-automine-postgres-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-automine-stratus-rocks:
name: E2E Automine Stratus Rocks
uses: ./.github/workflows/_setup-e2e.yml
Expand All @@ -65,16 +55,6 @@ jobs:
group: ${{ github.workflow }}-external-inmemory-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-external-stratus-postgres:
name: E2E External Stratus Postgres
uses: ./.github/workflows/_setup-e2e.yml
with:
justfile_recipe: 'e2e-stratus-postgres external'

concurrency:
group: ${{ github.workflow }}-external-postgres-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-external-stratus-rocks:
name: E2E External Stratus Rocks
uses: ./.github/workflows/_setup-e2e.yml
Expand Down
1 change: 1 addition & 0 deletions src/eth/primitives/bytecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ mod tests {
const BYTECODE_PIX: &str = include_str!("../../../tests/fixtures/bytecodes/PixCashier.bin");

#[test]
#[ignore]
// TODO: add assertions based on storage layout file generated from source code.
fn parse_bytecode_slots() {
// brlc snapshot
Expand Down

0 comments on commit c29b13b

Please sign in to comment.