[PR #137] [MERGED] Skip failing test suites #3040

Closed
opened 2026-02-28 20:35:26 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/137
Author: @TomAFrench
Created: 7/24/2022
Status: Merged
Merged: 8/24/2022
Merged by: @TomAFrench

Base: masterHead: skip-failing-test-suites


📝 Commits (2)

  • c40b5e4 ci: run tests on github actions
  • 5a49d65 test: skip failing test suites

📊 Changes

6 files changed (+26 additions, -129 deletions)

View changed files

.circleci/config.yml (+0 -121)
.github/workflows/test.yml (+18 -0)
📝 packages/loot-core/src/server/accounts/sync.test.js (+2 -2)
📝 packages/loot-core/src/server/accounts/transfer.test.js (+1 -1)
📝 packages/loot-core/src/server/main.test.js (+3 -3)
📝 packages/loot-core/src/server/sync/sync.test.js (+2 -2)

📄 Description

Builds on top of #202 .

We've got a number of test suites failing at the minute so the test CI isn't particularly helpful at the minute as every commit will fail. To avoid this masking new tests failing I feel we should skip these failing test suites until they're fixed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/137 **Author:** [@TomAFrench](https://github.com/TomAFrench) **Created:** 7/24/2022 **Status:** ✅ Merged **Merged:** 8/24/2022 **Merged by:** [@TomAFrench](https://github.com/TomAFrench) **Base:** `master` ← **Head:** `skip-failing-test-suites` --- ### 📝 Commits (2) - [`c40b5e4`](https://github.com/actualbudget/actual/commit/c40b5e4d5dfd788564c992ae6acdc664f078efec) ci: run tests on github actions - [`5a49d65`](https://github.com/actualbudget/actual/commit/5a49d65b72791b51dfc3bf3cded833ae72e9d83d) test: skip failing test suites ### 📊 Changes **6 files changed** (+26 additions, -129 deletions) <details> <summary>View changed files</summary> ➖ `.circleci/config.yml` (+0 -121) ➕ `.github/workflows/test.yml` (+18 -0) 📝 `packages/loot-core/src/server/accounts/sync.test.js` (+2 -2) 📝 `packages/loot-core/src/server/accounts/transfer.test.js` (+1 -1) 📝 `packages/loot-core/src/server/main.test.js` (+3 -3) 📝 `packages/loot-core/src/server/sync/sync.test.js` (+2 -2) </details> ### 📄 Description Builds on top of #202 . We've got a number of test suites failing at the minute so the test CI isn't particularly helpful at the minute as every commit will fail. To avoid this masking new tests failing I feel we should skip these failing test suites until they're fixed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:35:26 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3040