Skip to content

Commit

Permalink
more skips
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Apr 12, 2023
1 parent c89dd3b commit fe00fad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ({ getService }: FtrProviderContext) {
const endpointPolicyTestResources = getService('endpointPolicyTestResources');
const endpointArtifactTestResources = getService('endpointArtifactTestResources');

describe('Endpoint artifacts (via lists plugin): Blocklists', () => {
describe.skip('Endpoint artifacts (via lists plugin): Blocklists', () => {
let fleetEndpointPolicy: PolicyTestResourceInfo;

before(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ({ getService }: FtrProviderContext) {
const endpointPolicyTestResources = getService('endpointPolicyTestResources');
const endpointArtifactTestResources = getService('endpointArtifactTestResources');

describe('Endpoint artifacts (via lists plugin): Event Filters', () => {
describe.skip('Endpoint artifacts (via lists plugin): Event Filters', () => {
let fleetEndpointPolicy: PolicyTestResourceInfo;

before(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function ({ getService }: FtrProviderContext) {
const endpointPolicyTestResources = getService('endpointPolicyTestResources');
const endpointArtifactTestResources = getService('endpointArtifactTestResources');

describe('Endpoint Host Isolation Exceptions artifacts (via lists plugin)', () => {
describe.skip('Endpoint Host Isolation Exceptions artifacts (via lists plugin)', () => {
let fleetEndpointPolicy: PolicyTestResourceInfo;
let hostIsolationExceptionData: ArtifactTestData;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ({ getService }: FtrProviderContext) {
const endpointPolicyTestResources = getService('endpointPolicyTestResources');
const endpointArtifactTestResources = getService('endpointArtifactTestResources');

describe('Endpoint artifacts (via lists plugin): Trusted Applications', () => {
describe.skip('Endpoint artifacts (via lists plugin): Trusted Applications', () => {
let fleetEndpointPolicy: PolicyTestResourceInfo;

before(async () => {
Expand Down

0 comments on commit fe00fad

Please sign in to comment.