Skip to content

Commit 42283ca

Browse files
committed
On branch edburns/resolve-fake-test-time-token-failures
Your branch is up to date with 'origin/edburns/resolve-fake-test-time-token-failures'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: src/test/java/com/github/copilot/sdk/CompactionTest.java no changes added to commit (use "git add" and/or "git commit -a") Signed-off-by: Ed Burns <edburns@microsoft.com>
1 parent 5fe049c commit 42283ca

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ static void teardown() throws Exception {
5353
/**
5454
* Verifies that compaction is triggered with low threshold and emits events.
5555
*
56-
* <p>Disabled due to flakiness — compaction timing is non-deterministic and the
56+
* <p>
57+
* Disabled due to flakiness — compaction timing is non-deterministic and the
5758
* snapshot cannot reliably match across platforms. The reference implementation
58-
* (nodejs) also skips this test. See
59-
* <a href="https://github.com/github/copilot-sdk/issues/1227">copilot-sdk#1227</a>.
59+
* (nodejs) also skips this test. See <a href=
60+
* "https://github.com/github/copilot-sdk/issues/1227">copilot-sdk#1227</a>.
6061
*
6162
* @see Snapshot:
6263
* compaction/should_trigger_compaction_with_low_threshold_and_emit_events

0 commit comments

Comments
 (0)