Skip to content

Commit 62fedcc

Browse files
author
spalger
committed
[code] disable failing tests (#41336) (#41338) (#41337)
1 parent fbfec23 commit 62fedcc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

x-pack/test/api_integration/apis/code/repo_status.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export default function repoStatusTests({ getService }: KibanaFunctionalTestDefa
2323
const TEST_REPO = 'github.com/elastic/TypeScript-Node-Starter';
2424
const TEST_REPO_URL = `https://${TEST_REPO}.git`;
2525

26-
describe('repo status', () => {
26+
// FAILING: https://github.com/elastic/kibana/issues/41336
27+
describe.skip('repo status', () => {
2728
after(async () => {
2829
await supertest
2930
.delete(`${DELETE_API}/${TEST_REPO}`)

x-pack/test/functional/apps/code/explore_repository.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export default function exploreRepositoryFunctionalTests({
2323

2424
const FIND_TIME = config.get('timeouts.find');
2525

26-
describe('Explore Repository', function() {
26+
// FAILING: https://github.com/elastic/kibana/issues/41338
27+
describe.skip('Explore Repository', function() {
2728
this.tags('smoke');
2829
describe('Explore a repository', () => {
2930
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';

x-pack/test/functional/apps/code/manage_repositories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export default function manageRepositoriesFunctionalTests({
1818
const log = getService('log');
1919
const PageObjects = getPageObjects(['common', 'header', 'security', 'code', 'home']);
2020

21-
describe('Manage Repositories', () => {
21+
// FAILING: https://github.com/elastic/kibana/issues/41337
22+
describe.skip('Manage Repositories', () => {
2223
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
2324

2425
describe('Manage Repositories', () => {

0 commit comments

Comments
 (0)