Skip to content

Commit 1d4f44f

Browse files
committed
Fixing test failure.
1 parent d2a7675 commit 1d4f44f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/test/java/org/audit4j/core/util/EnvUtilTest.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,24 @@ public void testIsJaninoAvailable_3()
163163
// add additional test code here
164164
assertEquals(false, result);
165165
}
166-
166+
167+
//Commenting due to test failures in Windows.
167168
/**
168169
* Run the boolean isWindows() method test.
169170
*
170171
* @throws Exception
171172
*
172173
* @generatedBy CodePro at 2/4/15 9:25 AM
173174
*/
174-
@Test
175+
/* @Test
175176
public void testIsWindows_1()
176177
throws Exception {
177178
178179
boolean result = EnvUtil.isWindows();
179180
180181
// add additional test code here
181182
assertEquals(true, result);
182-
}
183+
}*/
183184

184185
/**
185186
* Run the boolean isWindows() method test.

0 commit comments

Comments
 (0)