-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve E2E Test Fixtures to be less flaky #2208
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9b05bef
Improve E2E Test Fixtures to be less flaky
JustinGrote 52feb6c
Adjust test skips
JustinGrote a476e9f
Fix dangling IsLinux reference
JustinGrote 9f0babf
Kick Hover Test issue can down the road
JustinGrote bfd87c3
Make CanSendGetCommandRequestAsync Skip in CI Again
JustinGrote 66346ce
Remove unneded using namespace
JustinGrote c8f1c3e
Bump GetCommandRequest to 2 minutes
JustinGrote ecca1de
Skip HoverRequest on Windows for Now
JustinGrote 312caaa
Swap management for utility command and ensure help is cached.
JustinGrote 4208e92
Fix symbol test regression oopsie
JustinGrote de0eea1
Update POST
JustinGrote 2d7d3e2
Fix DSC Test
JustinGrote eaeefa1
Fix Help Update Process
JustinGrote 4a5a892
Add upterm debugging to pipeline
JustinGrote b22510a
Expand help update to all potential pwsh versions
JustinGrote cd20348
Add PS7 Help
JustinGrote 36a8998
Try Help CAB again
JustinGrote 1cca650
Apparently it's a zip not a cab on Linux...
JustinGrote 5a46259
Fixup PS5.1 Help Script
JustinGrote 2a65e3d
Switch to Microsoft.PowerShell.Archive for help tests for smaller art…
JustinGrote 4cddce2
Clean up build script comments
andyleejordan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well that's cool...I need to share with Steve. He's been asking for something exactly like this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm working on a version that lets you vscode remote into the github action, the tricky part is the authentication but it's definitely doable :)