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

ARQ-2086 Test failures not reported with recent versions of TestNG #134

Closed
wants to merge 1 commit into from

Conversation

bartoszmajsak
Copy link
Member

@bartoszmajsak bartoszmajsak commented Aug 11, 2017

TestNG false positives. Related to #117

Fixes #117 #128

* Fixed bug of skip test for remote execution
@bartoszmajsak
Copy link
Member Author

bartoszmajsak commented Aug 11, 2017

There is a new version released, but not published yet to Maven Central. https://bintray.com/cbeust/maven/testng/6.12

With this I can confirm that all works fine.

We have to wait however until the new version of TestNG lands in Maven Central :(

Temporary workaround to anyone who wants to give it a try is to add private repository of @cbuest to root pom.xml

<repositories>
  <repository>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
    <id>bintray-cbeust-maven</id>
    <name>bintray</name>
    <url>http://dl.bintray.com/cbeust/maven</url>
  </repository>
</repositories>

@@ -27,7 +27,7 @@
<version.javax.inject>1</version.javax.inject>
<version.junit>4.12</version.junit>
<version.mockito_all>1.10.19</version.mockito_all>
<version.testng>6.9.10</version.testng>
<version.testng>6.11</version.testng>
Copy link
Member Author

Choose a reason for hiding this comment

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

This needs to be changed to 6.12. @dipak-pawar can you give me push rights to your repo or to this branch?

Copy link
Contributor

Choose a reason for hiding this comment

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

@bartoszmajsak
Copy link
Member Author

Related issue testng-team/testng#1506

@bartoszmajsak
Copy link
Member Author

Upstream 5eddd66

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