Skip to content

Commit

Permalink
[CCR] Put back integration test for remote cluster (elastic#27778) (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga authored Dec 27, 2018
1 parent d8e3749 commit 36f35f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function ({ getService }) {
});

describe('List', () => {
it.skip('should return an array of remote clusters', async () => {
it('should return an array of remote clusters', async () => {
const uri = `${API_BASE_PATH}`;

const { body } = await supertest
Expand All @@ -120,7 +120,7 @@ export default function ({ getService }) {
{
name: 'test_cluster',
seeds: [
'127.0.0.1:9300'
'localhost:9300'
],
isConnected: true,
connectedNodesCount: 1,
Expand Down

0 comments on commit 36f35f9

Please sign in to comment.