Skip to content

Commit 14f9f1c

Browse files
HanSur94claude
andcommitted
fix: skip store-load test on Octave (classdef serialization)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a48a0b3 commit 14f9f1c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_live_pipeline.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ function test_multiple_cycles_incremental()
7373
end
7474

7575
function test_events_written_to_store()
76+
if exist('OCTAVE_VERSION', 'builtin')
77+
fprintf(' SKIPPED (Octave cannot save classdef objects to .mat)\n');
78+
return;
79+
end
7680
[p, f] = makePipeline();
7781
p.runCycle();
7882
data = load(f);

0 commit comments

Comments
 (0)