Skip to content

Commit

Permalink
Re-enable test_server_launch_mode (FuelLabs#5638)
Browse files Browse the repository at this point in the history
## Description

Closes FuelLabs#5637

## Checklist

- [ ] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.
  • Loading branch information
sdankel authored Feb 20, 2024
1 parent 109acee commit 6092210
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion forc-plugins/forc-debug/tests/fixtures/simple/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ name = "simple"
implicit-std = false

[dependencies]
std = { git = "https://github.com/FuelLabs/sway", tag = "v0.50.0" }
std = { path = "../../../../../sway-lib-std" }
2 changes: 0 additions & 2 deletions forc-plugins/forc-debug/tests/server_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ fn test_server_attach_mode() {
assert_not_supported_event(output_capture.take_event());
}

// TODO: re-enable this test once fixed
#[ignore]
#[test]
fn test_server_launch_mode() {
let output_capture = EventCapture::default();
Expand Down

0 comments on commit 6092210

Please sign in to comment.