Skip to content

Commit

Permalink
Revert "Introduce flaky test for testing"
Browse files Browse the repository at this point in the history
This reverts commit 202e9d86cf130ef37aff1817781a5b694aa2aa32.
  • Loading branch information
brianseeders committed Sep 30, 2019
1 parent 4a5a70a commit c0e9c28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/apps/status_page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ export default function ({ getService, getPageObjects }) {
});

it('should show the kibana plugin as ready', async function () {
if (Math.random() <= 0.3) {
expect(true).to.equal(false);
}
await retry.tryForTime(6000, async () => {
const text = await testSubjects.getVisibleText('statusBreakdown');
expect(text.indexOf('plugin:kibana')).to.be.above(-1);
Expand Down

0 comments on commit c0e9c28

Please sign in to comment.