Skip to content

Add #[ignore] to bingcd tests#850

Merged
tarcieri merged 1 commit intomasterfrom
add-ignore-attr-to-bingcd-tests
Jun 19, 2025
Merged

Add #[ignore] to bingcd tests#850
tarcieri merged 1 commit intomasterfrom
add-ignore-attr-to-bingcd-tests

Conversation

@tarcieri
Copy link
Member

In their current form these tests take quite awhile to execute.

Adding #[ignore] omits them from typical test runs so the test suite still executes quickly.

The main test job in CI has been configured to run them with --ignored.

@tarcieri
Copy link
Member Author

cc @erik-3milabs

@tarcieri tarcieri force-pushed the add-ignore-attr-to-bingcd-tests branch from 4cbef29 to e7e15d1 Compare June 19, 2025 21:05
In their current form these tests take quite awhile to execute.

Adding `#[ignore]` omits them from typical test runs so the test suite
still executes quickly.

The main `test` job in CI has been configured to run them with
`--ignored`.
@tarcieri tarcieri force-pushed the add-ignore-attr-to-bingcd-tests branch from e7e15d1 to 6ed6290 Compare June 19, 2025 21:06
}

#[test]
#[ignore] // TODO(tarcieri): improve performance
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erik-3milabs I can list you on these if you prefer (or we can open a tracking issue and put the issue number)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm already working on this in #846 :)

@tarcieri tarcieri merged commit c68f112 into master Jun 19, 2025
23 checks passed
@tarcieri tarcieri deleted the add-ignore-attr-to-bingcd-tests branch June 19, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants