Skip to content

Commit 4b8478e

Browse files
committed
Remove the test that always fails
Signed-off-by: Shubham Sharma <[email protected]>
1 parent e9a7f06 commit 4b8478e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/e2e/main.http.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ describe('http/main', () => {
3939
});
4040

4141
describe('metadata', () => {
42-
// TODO: remove
43-
testIt('this will fail', () => {
44-
expect(false).toBe(true);
45-
});
46-
4742
testIt('should be able to get the metadata of the Dapr sidecar', async () => {
4843
const res = await client.metadata.get();
4944

0 commit comments

Comments
 (0)