Skip to content

Commit

Permalink
test: aurora performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Oct 24, 2024
1 parent d81f764 commit bc7434a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aurora_performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- test/rwperf
- test/aurora-perf

jobs:
run-integration-tests:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/container/tests/performance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ async function doMeasurePerformance(sleepDelayMillis: number, repeatTimes: numbe
data.avgFailureDetectionTimeMillis = avg;
}

describe.skip("performance", () => {
describe("performance", () => {
beforeEach(async () => {
enhancedFailureMonitoringPerfDataList = [];
env = await TestEnvironment.getCurrent();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let driver: TestDriver;

let setReadOnlyPerfDataList: PerfStatSwitchConnection[] = [];

describe("rwperformance", () => {
describe.skip("rwperformance", () => {
beforeEach(async () => {
setReadOnlyPerfDataList = [];
env = await TestEnvironment.getCurrent();
Expand Down

0 comments on commit bc7434a

Please sign in to comment.