1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix(mobile): skip tests using mock http client to make actual network request (#6642)

This commit is contained in:
Alex
2024-01-25 10:57:11 -06:00
committed by GitHub
parent 7fc4abba72
commit 64e299ba9b
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@Skip('currently failing due to mock HTTP client to download ISAR binaries')
@Tags(['widget']) @Tags(['widget'])
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';

View File

@ -1,3 +1,4 @@
@Skip('currently failing due to mock HTTP client to download ISAR binaries')
@Tags(['widget']) @Tags(['widget'])
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';

View File

@ -1,3 +1,4 @@
@Skip('currently failing due to mock HTTP client to download ISAR binaries')
@Tags(['widget']) @Tags(['widget'])
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';