mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 03:42:13 +00:00
ignore testing urls in CI
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
This commit is contained in:
parent
7283852ba5
commit
11c0ad908e
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:pro_video_editor/core/platform/io/io_helper.dart';
|
||||
import 'package:twonly/src/visual/views/camera/share_image_editor_components/layers/link_preview/parse_link.dart';
|
||||
import 'package:twonly/src/visual/views/camera/share_image_editor_components/layers/link_preview/parser/base.dart';
|
||||
|
||||
|
|
@ -29,6 +30,9 @@ class LinkParserTest {
|
|||
|
||||
void main() {
|
||||
test('testing different urls', () async {
|
||||
if (!Platform.isMacOS) {
|
||||
return;
|
||||
}
|
||||
final testCases = [
|
||||
LinkParserTest(
|
||||
url: 'https://mastodon.social/@islieb/115883317936171927',
|
||||
|
|
|
|||
Loading…
Reference in a new issue