Skip to content

Commit

Permalink
Revert "Enable alert_summary tests"
Browse files Browse the repository at this point in the history
This reverts commit 05d549e.
  • Loading branch information
madirey committed Jan 11, 2022
1 parent 4848c3d commit b3847fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('AlertSummaryView', () => {
expect(queryByTestId('summary-view-guide')).not.toBeInTheDocument();
});
});
test('Memory event code renders additional summary rows', () => {
test.skip('Memory event code renders additional summary rows', () => {
const renderProps = {
...props,
data: mockAlertDetailsData.map((item) => {
Expand All @@ -107,7 +107,7 @@ describe('AlertSummaryView', () => {
);
expect(container.querySelector('div[data-test-subj="summary-view"]')).toMatchSnapshot();
});
test('Behavior event code renders additional summary rows', () => {
test.skip('Behavior event code renders additional summary rows', () => {
const renderProps = {
...props,
data: mockAlertDetailsData.map((item) => {
Expand Down

0 comments on commit b3847fb

Please sign in to comment.