Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UI tests #951

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Fix UI tests #951

merged 1 commit into from
Feb 26, 2024

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Feb 26, 2024

This shouldn't have made it onto main, but was able to as a result of the bug described in #947.

While we're here, add an assert! that prevents us from running UI tests when the derive feature is disabled. The derive feature is required in order for UI tests to produce sensible output, and running without it enabled is a common source of mis-steps when developing that ends up slowing us down.

This will need to merge before #948 can merge.

This shouldn't have made it onto `main`, but was able to as a result of
the bug described in #947.

While we're here, add an `assert!` that prevents us from running UI
tests when the `derive` feature is disabled. The `derive` feature is
required in order for UI tests to produce sensible output, and running
without it enabled is a common source of mis-steps when developing that
ends up slowing us down.

This will need to merge before #948 can merge.
@joshlf joshlf added this pull request to the merge queue Feb 26, 2024
Merged via the queue into main with commit 2e2eaa7 Feb 26, 2024
210 checks passed
@joshlf joshlf deleted the fix-ui-tests branch February 26, 2024 20:39
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.

None yet

2 participants