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 202e9d8.
  • Loading branch information
brianseeders committed Sep 27, 2019
1 parent df8af2d commit b86426a
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 b86426a

Please sign in to comment.