mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Unskip flaky spaces tests (#95207)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
ae4dae46d9
commit
dbd4b2bac8
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
import { FtrProviderContext } from '../../ftr_provider_context';
|
||||
|
||||
export default function spaceSelectorFunctonalTests({
|
||||
export default function spaceSelectorFunctionalTests({
|
||||
getService,
|
||||
getPageObjects,
|
||||
}: FtrProviderContext) {
|
||||
|
@ -22,8 +22,7 @@ export default function spaceSelectorFunctonalTests({
|
|||
'spaceSelector',
|
||||
]);
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/51942
|
||||
describe.skip('Spaces', function () {
|
||||
describe('Spaces', function () {
|
||||
this.tags('includeFirefox');
|
||||
describe('Space Selector', () => {
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue