Tests: TabFolderTraverseListenerTest.testTabFolderTraverseListener
fails on MacOS
---------------------------------------------------------------------------------
Key: JBIDE-22364
URL:
https://issues.jboss.org/browse/JBIDE-22364
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.0.Alpha2
Reporter: Andre Dietisheim
Assignee: Viacheslav Kabanovich
Fix For: 4.4.0.Alpha2
org.jboss.tools.openshift.test.ui.wizard.newapp.TabFolderTraverseListenerTest.testTabFolderTraverseListener
fails consistently on MacOS (not in Windows) in jenkins:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-openshift...
The build has usage disabled via maven flag like it is in the main build:
{code}
-Dusage_reporting_enabled=false
{code}
the maven command line that executes the build in macos is the following:
{code}
[macosx] $ /qa/tools/opt/apache-maven-3.1.1/bin/mvn
-DTARGET_PLATFORM_VERSION=4.60.0.Alpha1-SNAPSHOT
-DTARGET_PLATFORM_VERSION_MAXIMUM=4.60.0.Alpha1-SNAPSHOT -Djdk=jdk1.8 -Dlabel_exp=macosx
"-DMAVEN_FLAGS=-B -U -fae -e" -Dmaven.test.error.ignore=true
-Dmaven.test.failure.ignore=true
-Dmaven.repo.local=/mnt/hudson_workspace/workspace/jbosstools-openshift_master_otherOS/jdk/jdk1.8/label_exp/macosx/.repository
clean verify -B -U -fae -e -Dusage_reporting_enabled=false
-DTARGET_PLATFORM_VERSION=4.60.0.Alpha1-SNAPSHOT
{code}