Skip to content

Commit

Permalink
tests: os: skip persistent logging test for pi0
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Jan 31, 2023
1 parent c3560cf commit 6ad11d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/suites/os/tests/config-json/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,17 @@ module.exports = {
},
{
title: 'persistentLogging configuration test',
deviceType:{
type: 'object',
required: ['slug'],
properties: {
slug: {
not: {
const: "raspberry-pi"
}
}
}
},
run: async function(test) {
const context = this.context.get();

Expand Down

0 comments on commit 6ad11d8

Please sign in to comment.