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

[Synthetics] migrate first set of tests #198950

Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ca12729
migrate first set of tests
dominiqueclarke Nov 5, 2024
5719991
add additional deployment agnostic tests
dominiqueclarke Nov 7, 2024
54cfd8b
add additional tests
dominiqueclarke Nov 7, 2024
378e585
add additional tests
dominiqueclarke Nov 8, 2024
5dd98c4
merge main
dominiqueclarke Nov 11, 2024
67ad892
Merge branch 'main' of https://github.com/elastic/kibana into chore/s…
dominiqueclarke Nov 13, 2024
7561381
adjust tests
dominiqueclarke Nov 14, 2024
2753191
Update x-pack/test/api_integration/apis/synthetics/add_monitor_privat…
dominiqueclarke Nov 14, 2024
cd199d2
Update x-pack/test/api_integration/apis/synthetics/add_monitor_privat…
dominiqueclarke Nov 14, 2024
835999c
adjust types
dominiqueclarke Nov 25, 2024
9f6932e
Merge branch 'chore/synthetics-deployment-agnostic' of github.com:dom…
dominiqueclarke Nov 25, 2024
c79ce67
merge main
dominiqueclarke Nov 25, 2024
54674a8
adjust types
dominiqueclarke Nov 25, 2024
9a35f07
Update x-pack/test/api_integration/deployment_agnostic/apis/observabi…
dominiqueclarke Nov 26, 2024
4c4a86c
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine Nov 26, 2024
a3f500b
update test
dominiqueclarke Nov 27, 2024
f139c1d
Merge branch 'chore/synthetics-deployment-agnostic' of github.com:dom…
dominiqueclarke Nov 27, 2024
75dfa79
adjust enablement tests
dominiqueclarke Nov 27, 2024
915132a
adjust test
dominiqueclarke Nov 27, 2024
aafbab4
Merge branch 'main' into chore/synthetics-deployment-agnostic
shahzad31 Dec 2, 2024
3521fb9
update readme
shahzad31 Dec 2, 2024
1edb90a
adjust types
dominiqueclarke Dec 2, 2024
3434a89
Merge branch 'chore/synthetics-deployment-agnostic' of github.com:dom…
dominiqueclarke Dec 2, 2024
c8623c4
add codeowners
dominiqueclarke Dec 2, 2024
80e24dc
Merge branch 'main' into chore/synthetics-deployment-agnostic
dominiqueclarke Dec 3, 2024
70ad1af
adjust subset of tests to use private locations only
dominiqueclarke Dec 7, 2024
9f8ab54
Merge branch 'chore/synthetics-deployment-agnostic' of github.com:dom…
dominiqueclarke Dec 7, 2024
2dc3537
adjust additional tests
dominiqueclarke Dec 8, 2024
d79879a
adjust tests for MKI
dominiqueclarke Dec 10, 2024
7cd6037
Merge branch 'main' into chore/synthetics-deployment-agnostic
dominiqueclarke Dec 10, 2024
7bce1ca
Merge branch 'main' into chore/synthetics-deployment-agnostic
dominiqueclarke Dec 11, 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
Prev Previous commit
Next Next commit
Update x-pack/test/api_integration/apis/synthetics/add_monitor_privat…
…e_location.ts
dominiqueclarke authored Nov 14, 2024
commit 2753191b8ae78561abab709e433fa3814fc94d8d
Original file line number Diff line number Diff line change
@@ -30,7 +30,6 @@ import { addMonitorAPIHelper, keyToOmitList, omitMonitorKeys } from './add_monit
import { SyntheticsMonitorTestService } from './services/synthetics_monitor_test_service';

export default function ({ getService }: FtrProviderContext) {
// skipped until agnostic user auth is implemented
describe.skip('PrivateLocationAddMonitor', function () {
dominiqueclarke marked this conversation as resolved.
Show resolved Hide resolved
this.tags('skipCloud');
const kibanaServer = getService('kibanaServer');