
checkErrorPresentAfterReopenFile
org.testng.SkipException: Bayesian error not present - known issue: https://github.com/redhat-developer/rh-che/issues/1256.
at com.redhat.che.functional.tests.BayesianPomXml.editorCheckBayesianError(BayesianPomXml.java:85)
at com.redhat.che.functional.tests.BayesianAbstractTestClass.checkErrorPresentAfterReopenFile(BayesianAbstractTestClass.java:115)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
... Removed 10 stack frames

/root/rh-che/functional-tests/src/test/resources/suites/simpleTestSuite.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> <suite thread-count="1" configfailurepolicy="continue" verbose="0" name="Simple test suite" parallel="classes"> <test name="all"> <groups> <run> <exclude name="github"/> </run> </groups> <classes> <class name="org.eclipse.che.selenium.miscellaneous.DialogAboutTest"/> <class name="com.redhat.che.functional.tests.BuildAndRunProjectTest"/> <class name="com.redhat.che.functional.tests.BayesianPackageJson"/> <class name="com.redhat.che.functional.tests.BayesianPomXml"/> <class name="com.redhat.che.functional.tests.Che7DialogAbout"/> </classes> </test> <!-- all --> </suite> <!-- Simple test suite -->
Tests for Simple test suite
- all (5 classes)
Groups for Simple test suite
Times for Simple test suite
Total running time: 2 minutes
Reporter output for Simple test suite
0 ignored methods
Methods in chronological order
org.eclipse.che.selenium.miscellaneous.DialogAboutTest
dialogAboutTest
0 ms
com.redhat.che.functional.tests.BuildAndRunProjectTest
checkWorkspace
52874 ms
runProjectBuild
127258 ms
com.redhat.che.functional.tests.BayesianPackageJson
setUp
160939 ms
prepareProjectFile
236900 ms
checkBayesianError
260407 ms
closeFiles
272247 ms
prepareProjectFile
290235 ms
checkErrorPresentAfterReopenFile
313121 ms
closeFiles
339220 ms
closeBrowserAfterTest
356742 ms
com.redhat.che.functional.tests.BayesianPomXml
setUp
356798 ms
prepareProjectFile
420846 ms
checkBayesianError
449628 ms
closeFiles
461791 ms
prepareProjectFile
485281 ms
checkErrorPresentAfterReopenFile
512738 ms
closeFiles
548147 ms
closeBrowserAfterTest
572394 ms
com.redhat.che.functional.tests.Che7DialogAbout
createAndOpenWorkspace
572449 ms
openDialogAbout
650117 ms
tearDown
651188 ms