Skip to content

Commit 0095155

Browse files
authored
[9.1] Unskip network policy test (#230136) (#230144)
# Backport This will backport the following commits from `main` to `9.1`: - [Unskip network policy test (#230136)](#230136) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Ersin Erdal","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-07-31T22:53:49Z","message":"Unskip network policy test (#230136)\n\nWill unskip the test cases skipped only in the old versions.","sha":"c06af4c1a25b24278a4d1d75600481ab532fd16b","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","backport:version","v9.2.0","v9.0.5","v9.1.1","v8.18.5","v8.19.1"],"title":"Unskip network policy test","number":230136,"url":"https://github.com/elastic/kibana/pull/230136","mergeCommit":{"message":"Unskip network policy test (#230136)\n\nWill unskip the test cases skipped only in the old versions.","sha":"c06af4c1a25b24278a4d1d75600481ab532fd16b"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","9.1","8.18","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/230136","number":230136,"mergeCommit":{"message":"Unskip network policy test (#230136)\n\nWill unskip the test cases skipped only in the old versions.","sha":"c06af4c1a25b24278a4d1d75600481ab532fd16b"}},{"branch":"9.0","label":"v9.0.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
1 parent 9e7f51c commit 0095155

File tree

1 file changed

+1
-2
lines changed
  • x-pack/platform/test/reporting_api_integration/reporting_and_security/screenshot

1 file changed

+1
-2
lines changed

x-pack/platform/test/reporting_api_integration/reporting_and_security/screenshot/network_policy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ export default function ({ getService }: FtrProviderContext) {
1616
/*
1717
* The tests server config implements a network policy that is designed to disallow the following Canvas worksheet
1818
*/
19-
// Failing: See https://github.com/elastic/kibana/issues/193433
20-
describe.skip('Network Policy', () => {
19+
describe('Network Policy violation', () => {
2120
before(async () => {
2221
await reportingAPI.initLogs(); // includes a canvas worksheet with an offending image URL
2322
});

0 commit comments

Comments
 (0)