Skip to content

Commit

Permalink
Disable n300 perf until #648 fixed (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmithtt authored Sep 8, 2024
1 parent 08c0070 commit f200bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
{runs-on: n150, enable_perf: OFF, name: "run"},
{runs-on: n150, enable_perf: ON, name: "perf"},
{runs-on: n300, enable_perf: OFF, name: "run"},
{runs-on: n300, enable_perf: ON, name: "perf"},
#TODO re-enable #648
#{runs-on: n300, enable_perf: ON, name: "perf"},
]

runs-on:
Expand Down

0 comments on commit f200bd2

Please sign in to comment.