mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 07:01:59 +00:00
fix(mobile): skip tests using mock http client to make actual network request (#6642)
This commit is contained in:
parent
7fc4abba72
commit
64e299ba9b
3 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
@Skip('currently failing due to mock HTTP client to download ISAR binaries')
|
||||
@Tags(['widget'])
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@Skip('currently failing due to mock HTTP client to download ISAR binaries')
|
||||
@Tags(['widget'])
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@Skip('currently failing due to mock HTTP client to download ISAR binaries')
|
||||
@Tags(['widget'])
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
|
Loading…
Reference in a new issue