Skip to content

Commit

Permalink
do not skip dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
  • Loading branch information
abbyhu2000 committed Aug 15, 2023
1 parent c4c954e commit 6482540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function ({ getService, loadTestFile }) {
// the data once to save on time. Eventually, all of these tests should just use current data and we can reserve
// legacy data only for specifically testing BWC situations.
describe('using legacy data', function () {
this.tags('ciGroupx');
this.tags('ciGroup4');
before(loadLogstash);
after(unloadLogstash);

Expand Down

0 comments on commit 6482540

Please sign in to comment.