Skip to content

Commit 21792e0

Browse files
test: enable copilot safeoutputs regression tests
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
1 parent d48d1b1 commit 21792e0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/copilot_cli_safeoutputs_tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ fn wait_for_ndjson(path: &Path) {
231231
}
232232

233233
#[test]
234-
#[ignore = "known regression tracked by #1452"]
235234
fn compile_only_copilot_invocation_explicitly_allows_safeoutputs() {
236235
let artifact_dir = tempfile::tempdir().expect("create artifact dir");
237236
let compiled = compile_inline_agent(
@@ -252,7 +251,6 @@ fn compile_only_copilot_invocation_explicitly_allows_safeoutputs() {
252251
}
253252

254253
#[test]
255-
#[ignore = "known regression tracked by #1452"]
256254
fn compile_only_copilot_config_marks_safeoutputs_as_default_server() {
257255
let artifact_dir = tempfile::tempdir().expect("create artifact dir");
258256
let compiled = compile_inline_agent(

0 commit comments

Comments
 (0)