Skip to content

Commit

Permalink
test(internal-plugin-metrics): remove unwanted skip
Browse files Browse the repository at this point in the history
  • Loading branch information
mkesavan13 committed Apr 22, 2024
1 parent 3e14330 commit 0561acb
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,8 @@ describe('plugin-metrics', () => {
});
});

//TODO: The following two skipped tests needs investigation: https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-485382
describe('when the request fails', () => {
it.skip('does not clear the queue', async () => {
it('does not clear the queue', async () => {
// avoid setting .sent timestamp
webex.internal.newMetrics.callDiagnosticMetrics.callDiagnosticEventsBatcher.prepareRequest =
(q) => Promise.resolve(q);
Expand Down Expand Up @@ -410,7 +409,7 @@ describe('plugin-metrics', () => {
});

describe('prepareItem', () => {
it.skip('calls prepareDiagnosticMetricItem correctly', async () => {
it('calls prepareDiagnosticMetricItem correctly', async () => {
// avoid setting .sent timestamp
webex.internal.newMetrics.callDiagnosticMetrics.callDiagnosticEventsBatcher.prepareRequest =
(q) => Promise.resolve(q);
Expand Down

0 comments on commit 0561acb

Please sign in to comment.