We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fee9b2 commit fcd6bfbCopy full SHA for fcd6bfb
1 file changed
src/test/java/com/github/copilot/sdk/HooksTest.java
@@ -35,14 +35,7 @@
35
* These tests use the shared CapiProxy infrastructure for deterministic API
36
* response replay. Snapshots are stored in test/snapshots/hooks/.
37
* </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>
44
*/
45
-@Disabled("Requires CLI version 0.0.400+ with hooks support. See class javadoc for details.")
46
public class HooksTest {
47
48
private static E2ETestContext ctx;
0 commit comments