Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
e6e99e2d
Unverified
Commit
e6e99e2d
authored
Mar 20, 2023
by
Zachary Anderson
Committed by
GitHub
Mar 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip web hot restart tests (#123019)
Related
https://github.com/flutter/flutter/issues/123018
parent
95256c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hot_reload_web_test.dart
...ges/flutter_tools/test/web.shard/hot_reload_web_test.dart
+2
-2
No files found.
packages/flutter_tools/test/web.shard/hot_reload_web_test.dart
View file @
e6e99e2d
...
...
@@ -43,7 +43,7 @@ Future<void> _testProject(HotReloadProject project, {String name = 'Default'}) a
flutter
.
stdout
.
listen
(
printOnFailure
);
await
flutter
.
run
(
chrome:
true
,
additionalCommandArgs:
<
String
>[
'--verbose'
,
'--web-renderer=html'
]);
await
flutter
.
hotRestart
();
}
);
}
,
skip:
true
);
// Skipped for https://github.com/flutter/flutter/issues/123018
testWithoutContext
(
'
$testName
: newly added code executes during hot restart'
,
()
async
{
final
Completer
<
void
>
completer
=
Completer
<
void
>();
...
...
@@ -61,7 +61,7 @@ Future<void> _testProject(HotReloadProject project, {String name = 'Default'}) a
}
finally
{
await
subscription
.
cancel
();
}
}
);
}
,
skip:
true
);
// Skipped for https://github.com/flutter/flutter/issues/123018
testWithoutContext
(
'
$testName
: newly added code executes during hot restart - canvaskit'
,
()
async
{
final
Completer
<
void
>
completer
=
Completer
<
void
>();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment