Skip to content

Commit 695d923

Browse files
committed
temp: test to see if the e2e tests fails or if they are false negative flaky
1 parent 39a4633 commit 695d923

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Desktop/Tasks/BackendTaskRepository.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ public BackendTaskRepository(HttpClient httpClient)
1616

1717
public async Task<IReadOnlyList<Task>> All()
1818
{
19+
throw new InvalidOperationException("This should fail on e2e test");
20+
1921
var getResult = await httpClient.GetAsync("/project/tasks/");
2022

2123
var backendTasks =

0 commit comments

Comments
 (0)