Skip to content

Commit

Permalink
Merge pull request #5 from neonlabsorg/disable_block_handlers_test
Browse files Browse the repository at this point in the history
disable block handlers test
  • Loading branch information
romanova-natasha authored Jun 10, 2024
2 parents e9e2866 + d6bfe6d commit 0e3941a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
integration-tests:
name: Run integration tests
runs-on: devnet-tracer
timeout-minutes: 90
timeout-minutes: 120
env:
RUSTFLAGS: "-C link-arg=-fuse-ld=lld -D warnings"
steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub const INTEGRATION_TEST_DIRS: &[&str] = &[
"remove-then-update",
"value-roundtrip",
"int8",
"block-handlers",
// "block-handlers",
];

const IPFS_URI: &str = "https://ch-ipfs.neontest.xyz";
Expand Down

0 comments on commit 0e3941a

Please sign in to comment.