GitHub user jongyoul opened a pull request:
https://github.com/apache/zeppelin/pull/3088
[HOTFIX] Disable some flaky tests
### What is this PR for?
Some tests become failed due to
https://issues.apache.org/jira/browse/ZEPPELIN-3593 BTW, it looks like a timing
issue. I saw some test was passed if I added some debug logs. Thus I think it's
better to make them to functional tests as it doesn't have to test under
integration tests
### What type of PR is it?
[Hot Fix]
### Todos
* [x] - Disable flaky tests
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongyoul/zeppelin hotfix/fix-travis-matrix-4-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3088.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3088
----
commit 00af9d091f0a893a1932af0275c4853d10778720
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-07-22T08:45:53Z
Disable InterpreterModeActionsIT
commit 52560001835c58842c74976aa61fcb1c7339c144
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-07-22T09:54:07Z
Disable some methods of ParagraphActionsIT
commit 164532d7563b73d13f72d11914ac79f4c336b834
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-07-22T11:48:59Z
Disable some methods of ParagraphActionsIT
commit 8ab50c78c4382eb1e7ec865a24475d95ac3c5e13
Author: Jongyoul Lee <jongyoul@...>
Date: 2018-07-23T03:10:39Z
Disable some methods of ParagraphActionsIT
----
---