Skip to content

Commit d9a605c

Browse files
committed
remove FTR tests based on KP testbed
1 parent 7857666 commit d9a605c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/api_integration/apis/core/index.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ export default function ({ getService }) {
2222
const supertest = getService('supertest');
2323

2424
describe('core', () => {
25-
describe('request context', () => {
26-
it('provides access to elasticsearch', async () =>
27-
await supertest.get('/requestcontext/elasticsearch').expect(200, 'Elasticsearch: true'));
28-
29-
it('provides access to SavedObjects client', async () =>
30-
await supertest
31-
.get('/requestcontext/savedobjectsclient')
32-
.expect(
33-
200,
34-
'SavedObjects client: {"page":1,"per_page":20,"total":0,"saved_objects":[]}'
35-
));
36-
});
37-
3825
describe('compression', () => {
3926
it(`uses compression when there isn't a referer`, async () => {
4027
await supertest

0 commit comments

Comments
 (0)