stevieb9 / rpi-wiringpi

Perl interface to Raspberry Pi's board, GPIO and various sensors and ICs
7 stars 1 forks source link

t/65-i2c.t tests fail on first pass #84

Closed stevieb9 closed 5 years ago

stevieb9 commented 5 years ago

After a reboot of the test platform, the I2C test file fails on the first pass.

We could probably just do an initial run without tests, save an env var that the 'pilot' has been run, then subsequent testing could skip that block if said env var is set.

Realistically though, it would be best if we actually found and fixed the underlying problem, as it could be confusing as all hell for end-users.

stevieb9 commented 5 years ago

Haven't been able to repro....