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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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'])
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'])
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'])
import 'package:flutter/material.dart';