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

[TEST] fix CurrentTestFailedMarker to reset its state after each test #8008

Merged
merged 1 commit into from Oct 7, 2014

Conversation

javanna
Copy link
Member

@javanna javanna commented Oct 7, 2014

The currently used method testRunStarted is only called before any tests have been run, we need to reset that state before each test, that's why we need to use testStarted.

The currently used method `testRunStarted` is only called before any tests have been run, we need to reset that state before each test, that's why we need to use `testStarted`.
@javanna javanna added >test Issues or PRs that are addressing/adding tests review v1.4.0 v1.5.0 v2.0.0-beta1 labels Oct 7, 2014
@javanna javanna self-assigned this Oct 7, 2014
@s1monw
Copy link
Contributor

s1monw commented Oct 7, 2014

LGTM

@s1monw s1monw removed the review label Oct 7, 2014
@javanna javanna merged commit 6cc7431 into elastic:master Oct 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test Issues or PRs that are addressing/adding tests v1.4.0 v1.5.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants