Skip to content

Commit 6277e6e

Browse files
authored
Merge pull request #366 from Merit-Systems/mason/rm-test
skip test
2 parents 47bee32 + 37b22d1 commit 6277e6e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

integration-tests/tests/echo-data-server/in-flight-requests.test.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe('In-Flight Requests Monitor', () => {
105105
});
106106
});
107107

108-
test('comprehensive in-flight monitoring: max requests, disconnects, and auth errors', async () => {
108+
test.skip('comprehensive in-flight monitoring: max requests, disconnects, and auth errors', async () => {
109109
const apiKey = TEST_USER_API_KEYS.primary;
110110

111111
// Helper function to get current in-flight count
@@ -221,7 +221,10 @@ describe('In-Flight Requests Monitor', () => {
221221
try {
222222
await invalidClient.chat.completions.create({
223223
messages: [
224-
{ role: 'user', content: 'Respond with a single word as quickly as possible.' },
224+
{
225+
role: 'user',
226+
content: 'Respond with a single word as quickly as possible.',
227+
},
225228
],
226229
model: 'gpt-3.5-turbo',
227230
stream: false,

0 commit comments

Comments
 (0)