Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 2, 2024
1 parent a6e4c39 commit 5eea25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ethernaut-ai/test/tasks/interpret.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { Terminal } = require('common/src/terminal')

describe('interpret', function () {
describe.skip('interpret', function () {
const terminal = new Terminal()

describe('when asked to convert SNX to bytes', function () {
Expand All @@ -26,7 +26,7 @@ describe('interpret', function () {
})
})

describe.skip('with prompting', function () {
describe('with prompting', function () {
before('run interpret', async function () {
await terminal.run(
'npx hardhat ai interpret "what is SNX in bytes?" --new-thread --model "gpt-4"',
Expand Down

0 comments on commit 5eea25f

Please sign in to comment.