We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ff7fc commit 85aeb74Copy full SHA for 85aeb74
test/test_context.h
@@ -15,12 +15,14 @@ namespace ArduinoContextTest
15
16
void test_reset(void)
17
{
18
+#if false // Unit test is unreliable: assumes memory is not recycled.
19
ArduinoFakeContext* context = getArduinoFakeContext();
20
ArduinoFakeInstances* instances = context->Instances;
21
22
ArduinoFakeReset();
23
24
TEST_ASSERT_NOT_EQUAL(context->Instances, instances);
25
+#endif
26
}
27
28
void test_function_mock(void)
0 commit comments