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

suite: fix test failures #1421

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stevenh
Copy link

@stevenh stevenh commented Jul 12, 2023

Summary

Fix TestFailfastSuite when run with go test flag -count=X where X greater than 1.

Motivation

So we don't get false test failures causing confusion.

Fix TestFailfastSuite when run with go test flag -count=X where X
greater than 1.
@dolmen dolmen added test Changes Requested pkg-suite Change related to package testify/suite labels Jul 25, 2023
@dolmen dolmen changed the title fix(suite): test failures suite: fix test failures Oct 16, 2023
@dolmen
Copy link
Collaborator

dolmen commented Oct 16, 2023

This change is conflicting with #1471.

@dolmen dolmen added internal/refactor Refactor internals with no external visible changes internal/testing Changes purely related to the testify testsuites labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal/refactor Refactor internals with no external visible changes internal/testing Changes purely related to the testify testsuites pkg-suite Change related to package testify/suite test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants