Skip to content

Commit

Permalink
[CCR] Put back integration test for remote cluster (#27778)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga authored Dec 27, 2018
1 parent 2a1d5ec commit 96f25db
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 96f25db

Please sign in to comment.