Skip to content

Commit

Permalink
dont test block times for fuel core lib debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Nov 11, 2024
1 parent f4d1578 commit 6f3d09b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/tests/providers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ async fn can_increase_block_height() -> Result<()> {
Ok(())
}

// debug builds are slower (20x for `fuel-core-lib`, 4x for a release-fuel-core-binary), makes for
// flaky tests
#[cfg(not(feature = "fuel-core-lib"))]
#[tokio::test]
async fn can_set_custom_block_time() -> Result<()> {
// ANCHOR: use_produce_blocks_custom_time
Expand Down

0 comments on commit 6f3d09b

Please sign in to comment.