Skip to content

Commit fcd6bfb

Browse files
committed
Remove disabled annotation from HooksTest as CLI version 0.0.400+ is now available
1 parent 9fee9b2 commit fcd6bfb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/test/java/com/github/copilot/sdk/HooksTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,7 @@
3535
* These tests use the shared CapiProxy infrastructure for deterministic API
3636
* response replay. Snapshots are stored in test/snapshots/hooks/.
3737
* </p>
38-
* <p>
39-
* <b>Note:</b> These tests are currently disabled because they require CLI
40-
* version 0.0.400+ which supports the hooks system. The test harness uses a
41-
* separate XDG_CONFIG_HOME which causes the CLI to download an older runtime
42-
* version (0.0.394) that doesn't fully support hooks.
43-
* </p>
4438
*/
45-
@Disabled("Requires CLI version 0.0.400+ with hooks support. See class javadoc for details.")
4639
public class HooksTest {
4740

4841
private static E2ETestContext ctx;

0 commit comments

Comments
 (0)