Skip to content

Commit 64eded1

Browse files
committedApr 23, 2024
skip tests in ci
1 parent f343dd9 commit 64eded1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/expressionMeasurement/batch.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { HumeClient } from "../../src/"
22

33
describe("Streaming Expression Measurement", () => {
4-
it("Emotional Language Text", async () => {
4+
it.skip("Emotional Language Text", async () => {
55
const hume = new HumeClient({
66
apiKey: "<>"
77
});

0 commit comments

Comments
 (0)