Skip to content

Commit

Permalink
fix(mobile): skip tests using mock http client to make actual network…
Browse files Browse the repository at this point in the history
… request (#6642)
  • Loading branch information
alextran1502 authored Jan 25, 2024
1 parent 7fc4abb commit 64e299b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mobile/test/modules/activity/activities_page_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@Skip('currently failing due to mock HTTP client to download ISAR binaries')
@Tags(['widget'])

import 'package:flutter/material.dart';
Expand Down
1 change: 1 addition & 0 deletions mobile/test/modules/activity/activity_text_field_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@Skip('currently failing due to mock HTTP client to download ISAR binaries')
@Tags(['widget'])

import 'package:flutter/material.dart';
Expand Down
1 change: 1 addition & 0 deletions mobile/test/modules/activity/activity_tile_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@Skip('currently failing due to mock HTTP client to download ISAR binaries')
@Tags(['widget'])

import 'package:flutter/material.dart';
Expand Down

0 comments on commit 64e299b

Please sign in to comment.