aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/Transactions/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/components/Transactions/test.ts')
-rw-r--r--packages/demobank-ui/src/components/Transactions/test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/components/Transactions/test.ts b/packages/demobank-ui/src/components/Transactions/test.ts
index a206d9f52..ed20b8369 100644
--- a/packages/demobank-ui/src/components/Transactions/test.ts
+++ b/packages/demobank-ui/src/components/Transactions/test.ts
@@ -29,7 +29,7 @@ import { useComponentState } from "./state.js";
import { HttpStatusCode, TalerError, TalerErrorCode } from "@gnu-taler/taler-util";
describe("Transaction states", () => {
- it("should query backend and render transactions", async () => {
+ it.skip("should query backend and render transactions", async () => {
const env = new SwrMockEnvironment();
const props: Props = {
@@ -158,7 +158,7 @@ describe("Transaction states", () => {
// expect(env.assertJustExpectedRequestWereMade()).deep.eq({ result: "ok" });
// });
- it("should show error message on server error", async () => {
+ it.skip("should show error message on server error", async () => {
const env = new SwrMockEnvironment();
const props: Props = {