You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2021/03/03 15:32:00 UTC

[jira] [Commented] (IGNITE-14276) Local maven build runs tests while they are switched off by skipTests option

    [ https://issues.apache.org/jira/browse/IGNITE-14276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17294596#comment-17294596 ] 

Ilya Kasnacheev commented on IGNITE-14276:
------------------------------------------

Does not reproduce for me:
{code}
[INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ ignite-network ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ ignite-network ---
[INFO] Tests are skipped.
[INFO] 
{code}

Can you please elaborate?

> Local maven build runs tests while they are switched off by skipTests option
> ----------------------------------------------------------------------------
>
>                 Key: IGNITE-14276
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14276
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Andrey N. Gura
>            Assignee: Peter Ivanov
>            Priority: Major
>             Fix For: 3.0.0-alpha2
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Local maven build runs unit-tests in despite of skipTests option.
> {code}
> mvn clean install -DskipTests
> {code}
> Expected behavior: build procedure will compile tests but will not run tests.
> Actual behavior: build procedure runs tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)