Skip to content

Commit db990b1

Browse files
committed
Revert changes in TestLinkHeaderProperties
1 parent 30e4c04 commit db990b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/mslinks/ReadTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*/
1515
package mslinks;
1616

17-
import org.junit.Assume;
1817
import org.junit.Test;
1918

2019
import io.ByteReader;
@@ -57,9 +56,6 @@ public void TestLinkProperties() throws IOException, ShellLinkException {
5756

5857
@Test
5958
public void TestLinkHeaderProperties() throws IOException, ShellLinkException {
60-
// skip on CI, because time zone offsets cause issues
61-
Assume.assumeTrue(System.getenv("CI") == null);
62-
6359
var link = createLink(ReadTestData.consolelink);
6460
var header = link.getHeader();
6561

0 commit comments

Comments
 (0)