mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Synthetics] Skipping synthetics alerting tests on cloud (#222058)
This commit is contained in:
parent
c4bbc675c8
commit
c03bcbcaa2
2 changed files with 8 additions and 2 deletions
|
@ -30,7 +30,10 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
|
|||
let adminRoleAuthc: RoleCredentials;
|
||||
const samlAuth = getService('samlAuth');
|
||||
|
||||
describe('SyntheticsCustomStatusRule', () => {
|
||||
describe('SyntheticsCustomStatusRule', function () {
|
||||
// Test failing on MKI and ECH
|
||||
this.tags(['skipCloud']);
|
||||
|
||||
const SYNTHETICS_RULE_ALERT_INDEX = '.alerts-observability.uptime.alerts-default';
|
||||
|
||||
before(async () => {
|
||||
|
|
|
@ -26,7 +26,10 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
|
|||
'my-slack1',
|
||||
];
|
||||
|
||||
describe('SyntheticsDefaultRules', () => {
|
||||
describe('SyntheticsDefaultRules', function () {
|
||||
// Test failing on MKI and ECH
|
||||
this.tags(['skipCloud']);
|
||||
|
||||
before(async () => {
|
||||
supertestEditorWithApiKey = await roleScopedSupertest.getSupertestWithRoleScope('editor', {
|
||||
withInternalHeaders: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue