Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SKIP ON MKI] x-pack/test_serverless/functional/test_suites/security/ftr/cloud_security_posture/agentless_api/create_agent.ts #199094

Merged
merged 22 commits into from
Nov 6, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
14468f3
Code owners check - match files and directories
pheyos Oct 25, 2024
63e1fc5
Merge branch 'adjust_co_check_script' of github.com:pheyos/kibana; br…
wayneseymour Oct 25, 2024
ddc568f
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 25, 2024
d0ee568
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 25, 2024
53d066b
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 28, 2024
c5f5d67
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 28, 2024
78742b9
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 28, 2024
d51bd91
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 29, 2024
5a02d9a
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 29, 2024
6589a55
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 30, 2024
6b3ab06
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 30, 2024
8300515
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 30, 2024
b31614d
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 31, 2024
09dc65a
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Oct 31, 2024
a7ce136
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Nov 4, 2024
6178279
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Nov 4, 2024
1733f88
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Nov 4, 2024
1a412cf
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Nov 5, 2024
03d6cb6
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Nov 5, 2024
fe15e10
Merge branch 'main' of github.com:elastic/kibana
wayneseymour Nov 6, 2024
3f240e3
[SKIP ON MKI] x-pack/test_serverless/functional/test_suites/security/…
wayneseymour Nov 6, 2024
fa3b65e
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine Nov 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const AWS_SINGLE_ACCOUNT_TEST_ID = 'awsSingleTestId';

describe('Agentless API Serverless', function () {
// see details: https://github.com/elastic/kibana/issues/199091
this.tags(['failsOnMKI']);
let mockApiServer: http.Server;
let cisIntegration: typeof pageObjects.cisAddIntegration;

Expand Down