mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Synthetics] Use package latest version 1.4.0 in tests !! (#213776)
## Summary Use package latest version 1.4.0 in tests !! fixes https://github.com/elastic/kibana/issues/213576
This commit is contained in:
parent
c9144ad60e
commit
58fc183151
3 changed files with 4 additions and 3 deletions
|
@ -30,8 +30,6 @@ import { comparePolicies } from './sample_data/test_policy';
|
|||
|
||||
export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
|
||||
describe('AddProjectMonitorsPrivateLocations', function () {
|
||||
// see details: https://github.com/elastic/kibana/issues/213576
|
||||
this.tags(['failsOnMKI']);
|
||||
const supertestWithoutAuth = getService('supertestWithoutAuth');
|
||||
const supertestWithAuth = getService('supertest');
|
||||
const kibanaServer = getService('kibanaServer');
|
||||
|
|
|
@ -14,6 +14,9 @@ export const commonVars = {
|
|||
type: 'integer',
|
||||
value: 2,
|
||||
},
|
||||
maintenance_windows: {
|
||||
type: 'yaml',
|
||||
},
|
||||
};
|
||||
|
||||
export const getTestProjectSyntheticsPolicyLightweight = (
|
||||
|
|
|
@ -12,7 +12,7 @@ import { SyntheticsPrivateLocations } from '@kbn/synthetics-plugin/common/runtim
|
|||
import { KibanaSupertestProvider } from '@kbn/ftr-common-functional-services';
|
||||
import { DeploymentAgnosticFtrProviderContext } from '../ftr_provider_context';
|
||||
|
||||
export const INSTALLED_VERSION = '1.2.4';
|
||||
export const INSTALLED_VERSION = '1.4.0';
|
||||
|
||||
export class PrivateLocationTestService {
|
||||
private supertestWithAuth: ReturnType<typeof KibanaSupertestProvider>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue