Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 011a2f2

Browse files
committed
Remove test data for develop pipeline
1 parent d5f7f52 commit 011a2f2

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/develop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
tool: 'jsperformanceentry'
3232
output-file-path: test/end-to-end-tests/performance-entries.json
3333
fail-on-alert: false
34-
# Personal access token to deploy GitHub Pages branch
34+
comment-on-alert: true
35+
# Only temporary to monitor where failures occur
36+
alert-comment-cc-users: '@gsouquet'
3537
github-token: ${{ secrets.DEPLOY_GH_PAGES }}
36-
# Push and deploy GitHub pages branch automatically
37-
auto-push: true
38-
# auto-push: ${{ github.ref == 'refs/heads/develop' }}
38+
auto-push: ${{ github.ref == 'refs/heads/develop' }}

src/components/structures/MatrixChat.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,11 +1954,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
19541954
await Lifecycle.setLoggedIn(credentials);
19551955
await this.postLoginSetup();
19561956

1957-
// artifically slowing down the registration
1958-
await (new Promise((resolve) => {
1959-
setTimeout(resolve, 1337);
1960-
}));
1961-
19621957
PerformanceMonitor.instance.stop(PerformanceEntryNames.LOGIN);
19631958
PerformanceMonitor.instance.stop(PerformanceEntryNames.REGISTER);
19641959
};

0 commit comments

Comments
 (0)