Skip to content

Commit

Permalink
Reenable endpoint suites
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Oct 14, 2022
1 parent 78a6949 commit 2d6e48d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const esClient = getService('es');
const unzipPromisify = promisify(unzip);

describe.skip('For each artifact list under management', function () {
describe('For each artifact list under management', function () {
let indexedData: IndexedHostsAndAlertsResponse;

const checkFleetArtifacts = async (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const endpointTestResources = getService('endpointTestResources');
const policyTestResources = getService('policyTestResources');

describe.skip('Endpoint permissions:', () => {
describe('Endpoint permissions:', () => {
let indexedData: IndexedHostsAndAlertsResponse;

before(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
);
};

describe.skip('Response Actions Responder', function () {
describe('Response Actions Responder', function () {
let indexedData: IndexedHostsAndAlertsResponse;
let endpointAgentId: string;

Expand Down

0 comments on commit 2d6e48d

Please sign in to comment.