mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
fbfec23d15
commit
62fedccad5
3 changed files with 6 additions and 3 deletions
|
@ -23,7 +23,8 @@ export default function repoStatusTests({ getService }: KibanaFunctionalTestDefa
|
|||
const TEST_REPO = 'github.com/elastic/TypeScript-Node-Starter';
|
||||
const TEST_REPO_URL = `https://${TEST_REPO}.git`;
|
||||
|
||||
describe('repo status', () => {
|
||||
// FAILING: https://github.com/elastic/kibana/issues/41336
|
||||
describe.skip('repo status', () => {
|
||||
after(async () => {
|
||||
await supertest
|
||||
.delete(`${DELETE_API}/${TEST_REPO}`)
|
||||
|
|
|
@ -23,7 +23,8 @@ export default function exploreRepositoryFunctionalTests({
|
|||
|
||||
const FIND_TIME = config.get('timeouts.find');
|
||||
|
||||
describe('Explore Repository', function() {
|
||||
// FAILING: https://github.com/elastic/kibana/issues/41338
|
||||
describe.skip('Explore Repository', function() {
|
||||
this.tags('smoke');
|
||||
describe('Explore a repository', () => {
|
||||
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
|
||||
|
|
|
@ -18,7 +18,8 @@ export default function manageRepositoriesFunctionalTests({
|
|||
const log = getService('log');
|
||||
const PageObjects = getPageObjects(['common', 'header', 'security', 'code', 'home']);
|
||||
|
||||
describe('Manage Repositories', () => {
|
||||
// FAILING: https://github.com/elastic/kibana/issues/41337
|
||||
describe.skip('Manage Repositories', () => {
|
||||
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
|
||||
|
||||
describe('Manage Repositories', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue